#2D2B6E

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

Shades of Deep Koamaru #2D2B6E

Tints of Deep Koamaru #2D2B6E

Color information

#2D2B6E (or 0x2D2B6E) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 2B and 6E. RGB value is (45,43,110). Sum of RGB (Red+Green+Blue) = 45+43+110=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D2B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2B6E is #D2D491. Grayscale: #323232. Windows color (decimal): -13816978 or 7220013. OLE color: 7220013.

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

Color convert

RGB4543110-
CMYK0.590.6100.57
HSL241.79º43.79%30%-
HSV(B)241.79º60.91%43.14%-
XYZ4.763.4115.16-
YUV51.24161.16123.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.73%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=22.73%
G=21.72%
B=55.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45431100.590.6100.57241.7943.7930
Hex2D2B6E3B3D039f22c1e
Octal555315673750713625436
Binary101101101011110111011101111110101110011111001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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