#2D287F

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

Shades of Deep Koamaru #2D287F

Tints of Deep Koamaru #2D287F

Color information

#2D287F (or 0x2D287F) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 28 and 7F. RGB value is (45,40,127). Sum of RGB (Red+Green+Blue) = 45+40+127=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D287F is #D2D780. Grayscale: #333333. Windows color (decimal): -13817729 or 8333357. OLE color: 8333357.

HSL color Cylindrical-coordinate representation of color #2D287F: hue angle of 243.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D287F is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4540127-
CMYK0.650.6900.50
HSL243.45º52.1%32.75%-
HSV(B)243.45º68.5%49.8%-
XYZ5.673.6120.48-
YUV51.41170.66123.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 127 (50% from 255) = 59.91%
R=21.23%
G=18.87%
B=59.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal45401270.650.6900.50243.4552.132.75
Hex2D287F4145032f33421
Octal55501771011050623636441
Binary101101101000111111110000011000101011001011110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,127); }

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

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

 a { background-color: rgb(45,40,127); }

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

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

 span { border-color: rgb(45,40,127); }

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