#282F70

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

Shades of Deep Koamaru #282F70

Tints of Deep Koamaru #282F70

Color information

#282F70 (or 0x282F70) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2F and 70. RGB value is (40,47,112). Sum of RGB (Red+Green+Blue) = 40+47+112=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #282F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F70 is #D7D08F. Grayscale: #343434. Windows color (decimal): -14143632 or 7352104. OLE color: 7352104.

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

Color convert

RGB4047112-
CMYK0.640.5800.56
HSL234.17º47.37%29.8%-
HSV(B)234.17º64.29%43.92%-
XYZ4.823.6515.78-
YUV52.32161.68119.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=20.10%
G=23.62%
B=56.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40471120.640.5800.56234.1747.3729.8
Hex282F70403A038ea2f1e
Octal5057160100720703525736
Binary1010001011111110000100000011101001110001110101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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