#282A6D

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

Shades of Deep Koamaru #282A6D

Tints of Deep Koamaru #282A6D

Color information

#282A6D (or 0x282A6D) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2A and 6D. RGB value is (40,42,109). Sum of RGB (Red+Green+Blue) = 40+42+109=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #282A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A6D is #D7D592. Grayscale: #303030. Windows color (decimal): -14144915 or 7154216. OLE color: 7154216.

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

Color convert

RGB4042109-
CMYK0.630.6100.57
HSL238.26º46.31%29.22%-
HSV(B)238.26º63.3%42.75%-
XYZ4.463.2114.85-
YUV49.04161.84121.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=20.94%
G=21.99%
B=57.07%

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
Decimal40421090.630.6100.57238.2646.3129.22
Hex282A6D3F3D039ee2e1d
Octal505215577750713565635
Binary101000101010110110111111111110101110011110111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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