#2C3372

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

Shades of Torea Bay #2C3372

Tints of Torea Bay #2C3372

Color information

#2C3372 (or 0x2C3372) is unknown color: approx Torea Bay. HEX triplet: 2C, 33 and 72. RGB value is (44,51,114). Sum of RGB (Red+Green+Blue) = 44+51+114=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3372 is #D3CC8D. Grayscale: #373737. Windows color (decimal): -13880462 or 7484204. OLE color: 7484204.

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

Color convert

RGB4451114-
CMYK0.610.5500.55
HSL234º44.3%30.98%-
HSV(B)234º61.4%44.71%-
XYZ5.264.1216.44-
YUV56.09160.68119.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.05%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=21.05%
G=24.40%
B=54.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44511140.610.5500.5523444.330.98
Hex2C33723D37037ea2c1f
Octal546316275670673525437
Binary101100110011111001011110111011101101111110101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,51,114); }

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

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

 a { background-color: rgb(44,51,114); }

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

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

 span { border-color: rgb(44,51,114); }

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