#2F2970

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

Shades of Deep Koamaru #2F2970

Tints of Deep Koamaru #2F2970

Color information

#2F2970 (or 0x2F2970) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 29 and 70. RGB value is (47,41,112). Sum of RGB (Red+Green+Blue) = 47+41+112=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F2970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2970 is #D0D68F. Grayscale: #323232. Windows color (decimal): -13686416 or 7350575. OLE color: 7350575.

HSL color Cylindrical-coordinate representation of color #2F2970: hue angle of 245.07º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F2970 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4741112-
CMYK0.580.6300.56
HSL245.07º46.41%30%-
HSV(B)245.07º63.39%43.92%-
XYZ4.893.3615.72-
YUV50.89162.49125.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 112 (44.14% from 255) = 56%
R=23.5%
G=20.5%
B=56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47411120.580.6300.56245.0746.4130
Hex2F29703A3F038f52e1e
Octal575116072770703655636
Binary101111101001111000011101011111101110001111010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,112); }

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

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

 a { background-color: rgb(47,41,112); }

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

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

 span { border-color: rgb(47,41,112); }

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