#282B6D

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

Shades of Deep Koamaru #282B6D

Tints of Deep Koamaru #282B6D

Color information

#282B6D (or 0x282B6D) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2B and 6D. RGB value is (40,43,109). Sum of RGB (Red+Green+Blue) = 40+43+109=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #282B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B6D is #D7D492. Grayscale: #313131. Windows color (decimal): -14144659 or 7154472. OLE color: 7154472.

HSL color Cylindrical-coordinate representation of color #282B6D: hue angle of 237.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282B6D is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4043109-
CMYK0.630.6100.57
HSL237.39º46.31%29.22%-
HSV(B)237.39º63.3%42.75%-
XYZ4.53.2814.86-
YUV49.63161.51121.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=20.83%
G=22.40%
B=56.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40431090.630.6100.57237.3946.3129.22
Hex282B6D3F3D039ed2e1d
Octal505315577750713555635
Binary101000101011110110111111111110101110011110110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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