#282A72

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

Shades of Deep Koamaru #282A72

Tints of Deep Koamaru #282A72

Color information

#282A72 (or 0x282A72) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2A and 72. RGB value is (40,42,114). Sum of RGB (Red+Green+Blue) = 40+42+114=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #282A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A72 is #D7D58D. Grayscale: #313131. Windows color (decimal): -14144910 or 7481896. OLE color: 7481896.

HSL color Cylindrical-coordinate representation of color #282A72: hue angle of 238.38º 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 #282A72 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4042114-
CMYK0.650.6300.55
HSL238.38º48.05%30.2%-
HSV(B)238.38º64.91%44.71%-
XYZ4.743.3216.31-
YUV49.61164.34121.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=20.41%
G=21.43%
B=58.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40421140.650.6300.55238.3848.0530.2
Hex282A72413F037ee301e
Octal5052162101770673566036
Binary1010001010101110010100000111111101101111110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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