#2B3366

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

Shades of Deep Koamaru #2B3366

Tints of Deep Koamaru #2B3366

Color information

#2B3366 (or 0x2B3366) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 33 and 66. RGB value is (43,51,102). Sum of RGB (Red+Green+Blue) = 43+51+102=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B3366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3366 is #D4CC99. Grayscale: #363636. Windows color (decimal): -13946010 or 6697771. OLE color: 6697771.

HSL color Cylindrical-coordinate representation of color #2B3366: hue angle of 231.86º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B3366 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4351102-
CMYK0.580.500.6
HSL231.86º40.69%28.43%-
HSV(B)231.86º57.84%40%-
XYZ4.583.8413.07-
YUV54.42154.85119.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=21.94%
G=26.02%
B=52.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43511020.580.500.6231.8640.6928.43
Hex2B33663A3203Ce8291c
Octal536314672620743505134
Binary101011110011110011011101011001001111001110100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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