#2D2970

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

Shades of Deep Koamaru #2D2970

Tints of Deep Koamaru #2D2970

Color information

#2D2970 (or 0x2D2970) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 29 and 70. RGB value is (45,41,112). Sum of RGB (Red+Green+Blue) = 45+41+112=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2970 is #D2D68F. Grayscale: #323232. Windows color (decimal): -13817488 or 7350573. OLE color: 7350573.

HSL color Cylindrical-coordinate representation of color #2D2970: hue angle of 243.38º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D2970 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4541112-
CMYK0.600.6300.56
HSL243.38º46.41%30%-
HSV(B)243.38º63.39%43.92%-
XYZ4.83.3115.72-
YUV50.29162.83124.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.73%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=22.73%
G=20.71%
B=56.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45411120.600.6300.56243.3846.4130
Hex2D29703C3F038f32e1e
Octal555116074770703635636
Binary101101101001111000011110011111101110001111001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,41,112); }

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

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

 a { background-color: rgb(45,41,112); }

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

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

 span { border-color: rgb(45,41,112); }

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