#212C85

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

Shades of Torea Bay #212C85

Tints of Torea Bay #212C85

Color information

#212C85 (or 0x212C85) is unknown color: approx Torea Bay. HEX triplet: 21, 2C and 85. RGB value is (33,44,133). Sum of RGB (Red+Green+Blue) = 33+44+133=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #212C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C85 is #DED37A. Grayscale: #323232. Windows color (decimal): -14603131 or 8727585. OLE color: 8727585.

HSL color Cylindrical-coordinate representation of color #212C85: hue angle of 233.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212C85 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3344133-
CMYK0.750.6700.48
HSL233.4º60.24%32.55%-
HSV(B)233.4º75.19%52.16%-
XYZ5.763.8222.62-
YUV50.86174.36115.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=15.71%
G=20.95%
B=63.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33441330.750.6700.48233.460.2432.55
Hex212C854B43030e93c21
Octal41542051131030603517441
Binary1000011011001000010110010111000011011000011101001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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