#2D2F6C

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

Shades of Deep Koamaru #2D2F6C

Tints of Deep Koamaru #2D2F6C

Color information

#2D2F6C (or 0x2D2F6C) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 2F and 6C. RGB value is (45,47,108). Sum of RGB (Red+Green+Blue) = 45+47+108=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D2F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2F6C is #D2D093. Grayscale: #353535. Windows color (decimal): -13815956 or 7089965. OLE color: 7089965.

HSL color Cylindrical-coordinate representation of color #2D2F6C: hue angle of 238.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D2F6C is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4547108-
CMYK0.580.5600.58
HSL238.1º41.18%30%-
HSV(B)238.1º58.33%42.35%-
XYZ4.813.6714.64-
YUV53.36158.84122.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.5%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=22.5%
G=23.5%
B=54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45471080.580.5600.58238.141.1830
Hex2D2F6C3A3803Aee291e
Octal555715472700723565136
Binary101101101111110110011101011100001110101110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,47,108); }

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

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

 a { background-color: rgb(45,47,108); }

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

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

 span { border-color: rgb(45,47,108); }

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