#2B3060

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

Shades of Deep Koamaru #2B3060

Tints of Deep Koamaru #2B3060

Color information

#2B3060 (or 0x2B3060) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 30 and 60. RGB value is (43,48,96). Sum of RGB (Red+Green+Blue) = 43+48+96=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3060 is #D4CF9F. Grayscale: #333333. Windows color (decimal): -13946784 or 6303787. OLE color: 6303787.

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

Color convert

RGB434896-
CMYK0.550.5000.62
HSL234.34º38.13%27.25%-
HSV(B)234.34º55.21%37.65%-
XYZ4.163.4711.52-
YUV51.98152.84121.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=22.99%
G=25.67%
B=51.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4348960.550.5000.62234.3438.1327.25
Hex2B3060373203Eea261b
Octal536014067620763524633
Binary101011110000110000011011111001001111101110101010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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