#2F3270

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

Shades of Deep Koamaru #2F3270

Tints of Deep Koamaru #2F3270

Color information

#2F3270 (or 0x2F3270) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 32 and 70. RGB value is (47,50,112). Sum of RGB (Red+Green+Blue) = 47+50+112=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3270 is #D0CD8F. Grayscale: #373737. Windows color (decimal): -13684112 or 7352879. OLE color: 7352879.

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

Color convert

RGB4750112-
CMYK0.580.5500.56
HSL237.23º40.88%31.18%-
HSV(B)237.23º58.04%43.92%-
XYZ5.244.0615.84-
YUV56.17159.51121.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=22.49%
G=23.92%
B=53.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47501120.580.5500.56237.2340.8831.18
Hex2F32703A37038ed291f
Octal576216072670703555137
Binary101111110010111000011101011011101110001110110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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