#2F3175

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

Shades of Deep Koamaru #2F3175

Tints of Deep Koamaru #2F3175

Color information

#2F3175 (or 0x2F3175) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 31 and 75. RGB value is (47,49,117). Sum of RGB (Red+Green+Blue) = 47+49+117=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F3175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3175 is #D0CE8A. Grayscale: #373737. Windows color (decimal): -13684363 or 7680303. OLE color: 7680303.

HSL color Cylindrical-coordinate representation of color #2F3175: hue angle of 238.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F3175 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4749117-
CMYK0.600.5800.54
HSL238.29º42.68%32.16%-
HSV(B)238.29º59.83%45.88%-
XYZ5.484.0917.33-
YUV56.15162.34121.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.07%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 117 (46.09% from 255) = 54.93%
R=22.07%
G=23.00%
B=54.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47491170.600.5800.54238.2942.6832.16
Hex2F31753C3A036ee2b20
Octal576116574720663565340
Binary1011111100011110101111100111010011011011101110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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