#2F287C

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

Shades of Deep Koamaru #2F287C

Tints of Deep Koamaru #2F287C

Color information

#2F287C (or 0x2F287C) is unknown color: approx Deep Koamaru. HEX triplet: 2F, 28 and 7C. RGB value is (47,40,124). Sum of RGB (Red+Green+Blue) = 47+40+124=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F287C is #D0D783. Grayscale: #333333. Windows color (decimal): -13686660 or 8136751. OLE color: 8136751.

HSL color Cylindrical-coordinate representation of color #2F287C: hue angle of 245º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F287C is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4740124-
CMYK0.620.6800.51
HSL245º51.22%32.16%-
HSV(B)245º67.74%48.63%-
XYZ5.573.5819.47-
YUV51.67168.82124.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=22.27%
G=18.96%
B=58.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47401240.620.6800.5124551.2232.16
Hex2F287C3E44033f53320
Octal5750174761040633656340
Binary10111110100011111001111101000100011001111110101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,124); }

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

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

 a { background-color: rgb(47,40,124); }

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

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

 span { border-color: rgb(47,40,124); }

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