#2D286E

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

Shades of Deep Koamaru #2D286E

Tints of Deep Koamaru #2D286E

Color information

#2D286E (or 0x2D286E) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 28 and 6E. RGB value is (45,40,110). Sum of RGB (Red+Green+Blue) = 45+40+110=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D286E is #D2D791. Grayscale: #313131. Windows color (decimal): -13817746 or 7219245. OLE color: 7219245.

HSL color Cylindrical-coordinate representation of color #2D286E: hue angle of 244.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D286E is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4540110-
CMYK0.590.6400.57
HSL244.29º46.67%29.41%-
HSV(B)244.29º63.64%43.14%-
XYZ4.663.215.12-
YUV49.47162.16124.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.08%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=23.08%
G=20.51%
B=56.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45401100.590.6400.57244.2946.6729.41
Hex2D286E3B40039f42f1d
Octal5550156731000713645735
Binary1011011010001101110111011100000001110011111010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D286E; }

 p { color: rgb(45,40,110); }

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

<style>
 a { background-color: #2D286E; }

 a { background-color: rgb(45,40,110); }

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

<style>
 span { border-color: #2D286E; }

 span { border-color: rgb(45,40,110); }

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