#2C3675

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

Shades of Torea Bay #2C3675

Tints of Torea Bay #2C3675

Color information

#2C3675 (or 0x2C3675) is unknown color: approx Torea Bay. HEX triplet: 2C, 36 and 75. RGB value is (44,54,117). Sum of RGB (Red+Green+Blue) = 44+54+117=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C3675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3675 is #D3C98A. Grayscale: #393939. Windows color (decimal): -13879691 or 7681580. OLE color: 7681580.

HSL color Cylindrical-coordinate representation of color #2C3675: hue angle of 231.78º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C3675 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4454117-
CMYK0.620.5400.54
HSL231.78º45.34%31.57%-
HSV(B)231.78º62.39%45.88%-
XYZ5.574.4617.4-
YUV58.19161.19117.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.47%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=20.47%
G=25.12%
B=54.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44541170.620.5400.54231.7845.3431.57
Hex2C36753E36036e82d20
Octal546616576660663505540
Binary1011001101101110101111110110110011011011101000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,54,117); }

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

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

 a { background-color: rgb(44,54,117); }

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

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

 span { border-color: rgb(44,54,117); }

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