#2B3066

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

Shades of Deep Koamaru #2B3066

Tints of Deep Koamaru #2B3066

Color information

#2B3066 (or 0x2B3066) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 30 and 66. RGB value is (43,48,102). Sum of RGB (Red+Green+Blue) = 43+48+102=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B3066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3066 is #D4CF99. Grayscale: #343434. Windows color (decimal): -13946778 or 6697003. OLE color: 6697003.

HSL color Cylindrical-coordinate representation of color #2B3066: hue angle of 234.92º 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 #2B3066 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4348102-
CMYK0.580.5300.6
HSL234.92º40.69%28.43%-
HSV(B)234.92º57.84%40%-
XYZ4.453.5913.03-
YUV52.66155.84121.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=22.28%
G=24.87%
B=52.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43481020.580.5300.6234.9240.6928.43
Hex2B30663A3503Ceb291c
Octal536014672650743535134
Binary101011110000110011011101011010101111001110101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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