#282B76

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

Shades of Deep Koamaru #282B76

Tints of Deep Koamaru #282B76

Color information

#282B76 (or 0x282B76) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2B and 76. RGB value is (40,43,118). Sum of RGB (Red+Green+Blue) = 40+43+118=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #282B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B76 is #D7D489. Grayscale: #323232. Windows color (decimal): -14144650 or 7744296. OLE color: 7744296.

HSL color Cylindrical-coordinate representation of color #282B76: hue angle of 237.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #282B76 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4043118-
CMYK0.660.6400.54
HSL237.69º49.37%30.98%-
HSV(B)237.69º66.1%46.27%-
XYZ5.013.4917.55-
YUV50.65166.01120.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=19.90%
G=21.39%
B=58.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40431180.660.6400.54237.6949.3730.98
Hex282B764240036ee311f
Octal50531661021000663566137
Binary10100010101111101101000010100000001101101110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,43,118); }

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

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

 a { background-color: rgb(40,43,118); }

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

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

 span { border-color: rgb(40,43,118); }

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