#2C356D

Color #2C356D Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #2C356D

Tints of Torea Bay #2C356D

Color information

#2C356D (or 0x2C356D) is unknown color: approx Torea Bay. HEX triplet: 2C, 35 and 6D. RGB value is (44,53,109). Sum of RGB (Red+Green+Blue) = 44+53+109=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C356D is #D3CA92. Grayscale: #383838. Windows color (decimal): -13879955 or 7157036. OLE color: 7157036.

HSL color Cylindrical-coordinate representation of color #2C356D: hue angle of 231.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C356D is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4453109-
CMYK0.600.5100.57
HSL231.69º42.48%30%-
HSV(B)231.69º59.63%42.75%-
XYZ5.074.1915.01-
YUV56.69157.52118.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=21.36%
G=25.73%
B=52.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44531090.600.5100.57231.6942.4830
Hex2C356D3C33039e82a1e
Octal546515574630713505236
Binary101100110101110110111110011001101110011110100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C356D; }

 p { color: rgb(44,53,109); }

 H1.HeaderClassName
 {
   color: #2C356D;
 }
 .AnyTagClassName
 {
   color: #2C356D;
 }
</style>
background-color css

<style>
 a { background-color: #2C356D; }

 a { background-color: rgb(44,53,109); }

 div.DivClassName
 {
   background-color: #2C356D;
 }
 .BgClassName
 {
   background-color: #2C356D;
 }
</style>
border-color css

<style>
 span { border-color: #2C356D; }

 span { border-color: rgb(44,53,109); }

 td.TdClassName
 {
   border-color: #2C356D;
 }
 .TagClassName
 {
   border-color: #2C356D;
 }
</style>