#282F72

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

Shades of Deep Koamaru #282F72

Tints of Deep Koamaru #282F72

Color information

#282F72 (or 0x282F72) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2F and 72. RGB value is (40,47,114). Sum of RGB (Red+Green+Blue) = 40+47+114=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #282F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F72 is #D7D08D. Grayscale: #343434. Windows color (decimal): -14143630 or 7483176. OLE color: 7483176.

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

Color convert

RGB4047114-
CMYK0.650.5900.55
HSL234.32º48.05%30.2%-
HSV(B)234.32º64.91%44.71%-
XYZ4.933.716.37-
YUV52.54162.68119.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 47 (18.75% from 255) = 23.38%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=19.90%
G=23.38%
B=56.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40471140.650.5900.55234.3248.0530.2
Hex282F72413B037ea301e
Octal5057162101730673526036
Binary1010001011111110010100000111101101101111110101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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