#2B2A77

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

Shades of Deep Koamaru #2B2A77

Tints of Deep Koamaru #2B2A77

Color information

#2B2A77 (or 0x2B2A77) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 2A and 77. RGB value is (43,42,119). Sum of RGB (Red+Green+Blue) = 43+42+119=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B2A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2A77 is #D4D588. Grayscale: #323232. Windows color (decimal): -13948297 or 7809579. OLE color: 7809579.

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

Color convert

RGB4342119-
CMYK0.640.6500.53
HSL240.78º47.83%31.57%-
HSV(B)240.78º64.71%46.67%-
XYZ5.153.517.86-
YUV51.08166.33122.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=21.08%
G=20.59%
B=58.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43421190.640.6500.53240.7847.8331.57
Hex2B2A774041035f13020
Octal53521671001010653616040
Binary101011101010111011110000001000001011010111110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,42,119); }

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

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

 a { background-color: rgb(43,42,119); }

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

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

 span { border-color: rgb(43,42,119); }

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