#212C68

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

Shades of Deep Koamaru #212C68

Tints of Deep Koamaru #212C68

Color information

#212C68 (or 0x212C68) is unknown color: approx Deep Koamaru. HEX triplet: 21, 2C and 68. RGB value is (33,44,104). Sum of RGB (Red+Green+Blue) = 33+44+104=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #212C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C68 is #DED397. Grayscale: #2F2F2F. Windows color (decimal): -14603160 or 6827041. OLE color: 6827041.

HSL color Cylindrical-coordinate representation of color #212C68: hue angle of 230.7º 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 #212C68 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3344104-
CMYK0.680.5800.59
HSL230.7º51.82%26.86%-
HSV(B)230.7º68.27%40.78%-
XYZ4.033.1213.49-
YUV47.55159.86117.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=18.23%
G=24.31%
B=57.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33441040.680.5800.59230.751.8226.86
Hex212C68443A03Be7341b
Octal4154150104720733476433
Binary1000011011001101000100010011101001110111110011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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