#2B2970

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

Shades of Deep Koamaru #2B2970

Tints of Deep Koamaru #2B2970

Color information

#2B2970 (or 0x2B2970) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 29 and 70. RGB value is (43,41,112). Sum of RGB (Red+Green+Blue) = 43+41+112=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B2970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2970 is #D4D68F. Grayscale: #313131. Windows color (decimal): -13948560 or 7350571. OLE color: 7350571.

HSL color Cylindrical-coordinate representation of color #2B2970: hue angle of 241.69º 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 #2B2970 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4341112-
CMYK0.620.6300.56
HSL241.69º46.41%30%-
HSV(B)241.69º63.39%43.92%-
XYZ4.713.2715.71-
YUV49.69163.16123.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=21.94%
G=20.92%
B=57.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43411120.620.6300.56241.6946.4130
Hex2B29703E3F038f22e1e
Octal535116076770703625636
Binary101011101001111000011111011111101110001111001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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