#2F3173

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

Shades of Deep Koamaru #2F3173

Tints of Deep Koamaru #2F3173

Color information

#2F3173 (or 0x2F3173) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 31 and 73. RGB value is (47,49,115). Sum of RGB (Red+Green+Blue) = 47+49+115=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3173 is #D0CE8C. Grayscale: #373737. Windows color (decimal): -13684365 or 7549231. OLE color: 7549231.

HSL color Cylindrical-coordinate representation of color #2F3173: hue angle of 238.24º 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 #2F3173 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4749115-
CMYK0.590.5700.55
HSL238.24º41.98%31.76%-
HSV(B)238.24º59.13%45.1%-
XYZ5.374.0416.72-
YUV55.93161.34121.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=22.27%
G=23.22%
B=54.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47491150.590.5700.55238.2441.9831.76
Hex2F31733B39037ee2a20
Octal576116373710673565240
Binary1011111100011110011111011111001011011111101110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,115); }

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

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

 a { background-color: rgb(47,49,115); }

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

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

 span { border-color: rgb(47,49,115); }

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