#212C87

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

Shades of Torea Bay #212C87

Tints of Torea Bay #212C87

Color information

#212C87 (or 0x212C87) is unknown color: approx Torea Bay. HEX triplet: 21, 2C and 87. RGB value is (33,44,135). Sum of RGB (Red+Green+Blue) = 33+44+135=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #212C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C87 is #DED378. Grayscale: #323232. Windows color (decimal): -14603129 or 8858657. OLE color: 8858657.

HSL color Cylindrical-coordinate representation of color #212C87: hue angle of 233.53º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212C87 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3344135-
CMYK0.760.6700.47
HSL233.53º60.71%32.94%-
HSV(B)233.53º75.56%52.94%-
XYZ5.93.8723.36-
YUV51.08175.36115.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=15.57%
G=20.75%
B=63.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33441350.760.6700.47233.5360.7132.94
Hex212C874C4302Fea3d21
Octal41542071141030573527541
Binary1000011011001000011110011001000011010111111101010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C87; }

 p { color: rgb(33,44,135); }

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

<style>
 a { background-color: #212C87; }

 a { background-color: rgb(33,44,135); }

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

<style>
 span { border-color: #212C87; }

 span { border-color: rgb(33,44,135); }

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