#2A0BBD

Color #2A0BBD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2A0BBD

Tints of Medium Blue #2A0BBD

Color information

#2A0BBD (or 0x2A0BBD) is unknown color: approx Medium Blue. HEX triplet: 2A, 0B and BD. RGB value is (42,11,189). Sum of RGB (Red+Green+Blue) = 42+11+189=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A0BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BBD is #D5F442. Grayscale: #272727. Windows color (decimal): -14021699 or 12389162. OLE color: 12389162.

HSL color Cylindrical-coordinate representation of color #2A0BBD: hue angle of 250.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0BBD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4211189-
CMYK0.780.9400.26
HSL250.45º89%39.22%-
HSV(B)250.45º94.18%74.12%-
XYZ10.264.4148.45-
YUV40.56211.77129.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 189 (74.22% from 255) = 78.10%
R=17.36%
G=4.55%
B=78.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42111890.780.9400.26250.458939.22
Hex2ABBD4E5E01Afa5927
Octal521327511613603237213147
Binary10101010111011110110011101011110011010111110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,11,189); }

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

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

 a { background-color: rgb(42,11,189); }

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

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

 span { border-color: rgb(42,11,189); }

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