#212F6A

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

Shades of Deep Koamaru #212F6A

Tints of Deep Koamaru #212F6A

Color information

#212F6A (or 0x212F6A) is unknown color: approx Deep Koamaru. HEX triplet: 21, 2F and 6A. RGB value is (33,47,106). Sum of RGB (Red+Green+Blue) = 33+47+106=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #212F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F6A is #DED095. Grayscale: #313131. Windows color (decimal): -14602390 or 6958881. OLE color: 6958881.

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

Color convert

RGB3347106-
CMYK0.690.5600.58
HSL228.49º52.52%27.25%-
HSV(B)228.49º68.87%41.57%-
XYZ4.253.414.07-
YUV49.54159.86116.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 106 (41.80% from 255) = 56.99%
R=17.74%
G=25.27%
B=56.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33471060.690.5600.58228.4952.5227.25
Hex212F6A453803Ae4351b
Octal4157152105700723446533
Binary1000011011111101010100010111100001110101110010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,47,106); }

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

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

 a { background-color: rgb(33,47,106); }

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

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

 span { border-color: rgb(33,47,106); }

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