#2C3470

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

Shades of Torea Bay #2C3470

Tints of Torea Bay #2C3470

Color information

#2C3470 (or 0x2C3470) is unknown color: approx Torea Bay. HEX triplet: 2C, 34 and 70. RGB value is (44,52,112). Sum of RGB (Red+Green+Blue) = 44+52+112=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3470 is #D3CB8F. Grayscale: #383838. Windows color (decimal): -13880208 or 7353388. OLE color: 7353388.

HSL color Cylindrical-coordinate representation of color #2C3470: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C3470 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4452112-
CMYK0.610.5400.56
HSL232.94º43.59%30.59%-
HSV(B)232.94º60.71%43.92%-
XYZ5.194.1615.86-
YUV56.45159.35119.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=21.15%
G=25%
B=53.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44521120.610.5400.56232.9443.5930.59
Hex2C34703D36038e92c1f
Octal546416075660703515437
Binary101100110100111000011110111011001110001110100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,112); }

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

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

 a { background-color: rgb(44,52,112); }

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

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

 span { border-color: rgb(44,52,112); }

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