#2B336B

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

Shades of Deep Koamaru #2B336B

Tints of Deep Koamaru #2B336B

Color information

#2B336B (or 0x2B336B) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 33 and 6B. RGB value is (43,51,107). Sum of RGB (Red+Green+Blue) = 43+51+107=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B336B is #D4CC94. Grayscale: #363636. Windows color (decimal): -13946005 or 7025451. OLE color: 7025451.

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

Color convert

RGB4351107-
CMYK0.600.5200.58
HSL232.5º42.67%29.41%-
HSV(B)232.5º59.81%41.96%-
XYZ4.833.9414.42-
YUV54.99157.35119.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.39%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=21.39%
G=25.37%
B=53.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43511070.600.5200.58232.542.6729.41
Hex2B336B3C3403Ae82b1d
Octal536315374640723505335
Binary101011110011110101111110011010001110101110100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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