#212E6C

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

Shades of Deep Koamaru #212E6C

Tints of Deep Koamaru #212E6C

Color information

#212E6C (or 0x212E6C) is unknown color: approx Deep Koamaru. HEX triplet: 21, 2E and 6C. RGB value is (33,46,108). Sum of RGB (Red+Green+Blue) = 33+46+108=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #212E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E6C is #DED193. Grayscale: #303030. Windows color (decimal): -14602644 or 7089697. OLE color: 7089697.

HSL color Cylindrical-coordinate representation of color #212E6C: hue angle of 229.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212E6C is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3346108-
CMYK0.690.5700.58
HSL229.6º53.19%27.65%-
HSV(B)229.6º69.44%42.35%-
XYZ4.313.3614.61-
YUV49.18161.19116.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=17.65%
G=24.60%
B=57.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33461080.690.5700.58229.653.1927.65
Hex212E6C453903Ae6351c
Octal4156154105710723466534
Binary1000011011101101100100010111100101110101110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,46,108); }

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

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

 a { background-color: rgb(33,46,108); }

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

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

 span { border-color: rgb(33,46,108); }

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