#282A73

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

Shades of Deep Koamaru #282A73

Tints of Deep Koamaru #282A73

Color information

#282A73 (or 0x282A73) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2A and 73. RGB value is (40,42,115). Sum of RGB (Red+Green+Blue) = 40+42+115=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #282A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A73 is #D7D58C. Grayscale: #313131. Windows color (decimal): -14144909 or 7547432. OLE color: 7547432.

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

Color convert

RGB4042115-
CMYK0.650.6300.55
HSL238.4º48.39%30.39%-
HSV(B)238.4º65.22%45.1%-
XYZ4.83.3416.61-
YUV49.72164.84121.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=20.30%
G=21.32%
B=58.38%

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
Decimal40421150.650.6300.55238.448.3930.39
Hex282A73413F037ee301e
Octal5052163101770673566036
Binary1010001010101110011100000111111101101111110111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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