#2F3372

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

Shades of Deep Koamaru #2F3372

Tints of Deep Koamaru #2F3372

Color information

#2F3372 (or 0x2F3372) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 33 and 72. RGB value is (47,51,114). Sum of RGB (Red+Green+Blue) = 47+51+114=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3372 is #D0CC8D. Grayscale: #383838. Windows color (decimal): -13683854 or 7484207. OLE color: 7484207.

HSL color Cylindrical-coordinate representation of color #2F3372: hue angle of 236.42º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3372 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4751114-
CMYK0.590.5500.55
HSL236.42º41.61%31.57%-
HSV(B)236.42º58.77%44.71%-
XYZ5.394.1916.44-
YUV56.99160.17120.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=22.17%
G=24.06%
B=53.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47511140.590.5500.55236.4241.6131.57
Hex2F33723B37037ec2a20
Octal576316273670673545240
Binary1011111100111110010111011110111011011111101100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3372; }

 p { color: rgb(47,51,114); }

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

<style>
 a { background-color: #2F3372; }

 a { background-color: rgb(47,51,114); }

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

<style>
 span { border-color: #2F3372; }

 span { border-color: rgb(47,51,114); }

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