#212D68

Color #212D68 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #212D68

Tints of Deep Koamaru #212D68

Color information

#212D68 (or 0x212D68) is unknown color: approx Deep Koamaru. HEX triplet: 21, 2D and 68. RGB value is (33,45,104). Sum of RGB (Red+Green+Blue) = 33+45+104=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #212D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D68 is #DED297. Grayscale: #2F2F2F. Windows color (decimal): -14602904 or 6827297. OLE color: 6827297.

HSL color Cylindrical-coordinate representation of color #212D68: hue angle of 229.86º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #212D68 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3345104-
CMYK0.680.5700.59
HSL229.86º51.82%26.86%-
HSV(B)229.86º68.27%40.78%-
XYZ4.063.213.5-
YUV48.14159.52117.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=18.13%
G=24.73%
B=57.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33451040.680.5700.59229.8651.8226.86
Hex212D68443903Be6341b
Octal4155150104710733466433
Binary1000011011011101000100010011100101110111110011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,45,104); }

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

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

 a { background-color: rgb(33,45,104); }

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

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

 span { border-color: rgb(33,45,104); }

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