#2B3061

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

Shades of Deep Koamaru #2B3061

Tints of Deep Koamaru #2B3061

Color information

#2B3061 (or 0x2B3061) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 30 and 61. RGB value is (43,48,97). Sum of RGB (Red+Green+Blue) = 43+48+97=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3061 is #D4CF9E. Grayscale: #333333. Windows color (decimal): -13946783 or 6369323. OLE color: 6369323.

HSL color Cylindrical-coordinate representation of color #2B3061: hue angle of 234.44º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B3061 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB434897-
CMYK0.560.5100.62
HSL234.44º38.57%27.45%-
HSV(B)234.44º55.67%38.04%-
XYZ4.213.4911.76-
YUV52.09153.34121.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 97 (38.28% from 255) = 51.60%
R=22.87%
G=25.53%
B=51.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4348970.560.5100.62234.4438.5727.45
Hex2B3061383303Eea271b
Octal536014170630763524733
Binary101011110000110000111100011001101111101110101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,97); }

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

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

 a { background-color: rgb(43,48,97); }

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

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

 span { border-color: rgb(43,48,97); }

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