#2B3163

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

Shades of Deep Koamaru #2B3163

Tints of Deep Koamaru #2B3163

Color information

#2B3163 (or 0x2B3163) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 31 and 63. RGB value is (43,49,99). Sum of RGB (Red+Green+Blue) = 43+49+99=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3163 is #D4CE9C. Grayscale: #343434. Windows color (decimal): -13946525 or 6500651. OLE color: 6500651.

HSL color Cylindrical-coordinate representation of color #2B3163: hue angle of 233.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B3163 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB434999-
CMYK0.570.5100.61
HSL233.57º39.44%27.84%-
HSV(B)233.57º56.57%38.82%-
XYZ4.353.6112.27-
YUV52.91154.01120.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=22.51%
G=25.65%
B=51.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4349990.570.5100.61233.5739.4427.84
Hex2B3163393303Dea271c
Octal536114371630753524734
Binary101011110001110001111100111001101111011110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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