#282F71

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

Shades of Deep Koamaru #282F71

Tints of Deep Koamaru #282F71

Color information

#282F71 (or 0x282F71) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2F and 71. RGB value is (40,47,113). Sum of RGB (Red+Green+Blue) = 40+47+113=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #282F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F71 is #D7D08E. Grayscale: #343434. Windows color (decimal): -14143631 or 7417640. OLE color: 7417640.

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

Color convert

RGB4047113-
CMYK0.650.5800.56
HSL234.25º47.71%30%-
HSV(B)234.25º64.6%44.31%-
XYZ4.873.6816.08-
YUV52.43162.18119.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=20%
G=23.5%
B=56.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40471130.650.5800.56234.2547.7130
Hex282F71413A038ea301e
Octal5057161101720703526036
Binary1010001011111110001100000111101001110001110101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282F71; }

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

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

<style>
 a { background-color: #282F71; }

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

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

<style>
 span { border-color: #282F71; }

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

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