#2B2C79

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

Shades of Deep Koamaru #2B2C79

Tints of Deep Koamaru #2B2C79

Color information

#2B2C79 (or 0x2B2C79) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 2C and 79. RGB value is (43,44,121). Sum of RGB (Red+Green+Blue) = 43+44+121=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B2C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2C79 is #D4D386. Grayscale: #343434. Windows color (decimal): -13947783 or 7941163. OLE color: 7941163.

HSL color Cylindrical-coordinate representation of color #2B2C79: hue angle of 239.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B2C79 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4344121-
CMYK0.640.6400.53
HSL239.23º47.56%32.16%-
HSV(B)239.23º64.46%47.45%-
XYZ5.353.718.52-
YUV52.48166.67121.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=20.67%
G=21.15%
B=58.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43441210.640.6400.53239.2347.5632.16
Hex2B2C794040035ef3020
Octal53541711001000653576040
Binary101011101100111100110000001000000011010111101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,44,121); }

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

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

 a { background-color: rgb(43,44,121); }

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

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

 span { border-color: rgb(43,44,121); }

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