#282A77

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

Shades of Deep Koamaru #282A77

Tints of Deep Koamaru #282A77

Color information

#282A77 (or 0x282A77) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2A and 77. RGB value is (40,42,119). Sum of RGB (Red+Green+Blue) = 40+42+119=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #282A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A77 is #D7D588. Grayscale: #313131. Windows color (decimal): -14144905 or 7809576. OLE color: 7809576.

HSL color Cylindrical-coordinate representation of color #282A77: hue angle of 238.48º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282A77 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4042119-
CMYK0.660.6500.53
HSL238.48º49.69%31.18%-
HSV(B)238.48º66.39%46.67%-
XYZ5.033.4417.85-
YUV50.18166.84120.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=19.90%
G=20.90%
B=59.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40421190.660.6500.53238.4849.6931.18
Hex282A774241035ee321f
Octal50521671021010653566237
Binary10100010101011101111000010100000101101011110111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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