#2B296B

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

Shades of Deep Koamaru #2B296B

Tints of Deep Koamaru #2B296B

Color information

#2B296B (or 0x2B296B) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 29 and 6B. RGB value is (43,41,107). Sum of RGB (Red+Green+Blue) = 43+41+107=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B296B is #D4D694. Grayscale: #303030. Windows color (decimal): -13948565 or 7022891. OLE color: 7022891.

HSL color Cylindrical-coordinate representation of color #2B296B: hue angle of 241.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B296B is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4341107-
CMYK0.600.6200.58
HSL241.82º44.59%29.02%-
HSV(B)241.82º61.68%41.96%-
XYZ4.443.1614.29-
YUV49.12160.66123.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=22.51%
G=21.47%
B=56.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43411070.600.6200.58241.8244.5929.02
Hex2B296B3C3E03Af22d1d
Octal535115374760723625535
Binary101011101001110101111110011111001110101111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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