#2B2772

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

Shades of Deep Koamaru #2B2772

Tints of Deep Koamaru #2B2772

Color information

#2B2772 (or 0x2B2772) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 27 and 72. RGB value is (43,39,114). Sum of RGB (Red+Green+Blue) = 43+39+114=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B2772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2772 is #D4D88D. Grayscale: #303030. Windows color (decimal): -13949070 or 7481131. OLE color: 7481131.

HSL color Cylindrical-coordinate representation of color #2B2772: hue angle of 243.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2772 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4339114-
CMYK0.620.6600.55
HSL243.2º49.02%30%-
HSV(B)243.2º65.79%44.71%-
XYZ4.763.1816.28-
YUV48.75164.83123.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=21.94%
G=19.90%
B=58.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43391140.620.6600.55243.249.0230
Hex2B27723E42037f3311e
Octal5347162761020673636136
Binary1010111001111110010111110100001001101111111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,114); }

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

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

 a { background-color: rgb(43,39,114); }

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

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

 span { border-color: rgb(43,39,114); }

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