#2B2969

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

Shades of Deep Koamaru #2B2969

Tints of Deep Koamaru #2B2969

Color information

#2B2969 (or 0x2B2969) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 29 and 69. RGB value is (43,41,105). Sum of RGB (Red+Green+Blue) = 43+41+105=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2969 is #D4D696. Grayscale: #303030. Windows color (decimal): -13948567 or 6891819. OLE color: 6891819.

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

Color convert

RGB4341105-
CMYK0.590.6100.59
HSL241.88º43.84%28.63%-
HSV(B)241.88º60.95%41.18%-
XYZ4.343.1213.74-
YUV48.89159.66123.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=22.75%
G=21.69%
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.59
SystemRedGreenBlueCMYKHSL
Decimal43411050.590.6100.59241.8843.8428.63
Hex2B29693B3D03Bf22c1d
Octal535115173750733625435
Binary101011101001110100111101111110101110111111001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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