#2B3171

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

Shades of Deep Koamaru #2B3171

Tints of Deep Koamaru #2B3171

Color information

#2B3171 (or 0x2B3171) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 31 and 71. RGB value is (43,49,113). Sum of RGB (Red+Green+Blue) = 43+49+113=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3171 is #D4CE8E. Grayscale: #363636. Windows color (decimal): -13946511 or 7418155. OLE color: 7418155.

HSL color Cylindrical-coordinate representation of color #2B3171: hue angle of 234.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B3171 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4349113-
CMYK0.620.5700.56
HSL234.86º44.87%30.59%-
HSV(B)234.86º61.95%44.31%-
XYZ5.083.916.11-
YUV54.5161.01119.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=20.98%
G=23.90%
B=55.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43491130.620.5700.56234.8644.8730.59
Hex2B31713E39038eb2d1f
Octal536116176710703535537
Binary101011110001111000111111011100101110001110101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,113); }

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

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

 a { background-color: rgb(43,49,113); }

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

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

 span { border-color: rgb(43,49,113); }

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