#2A06BB

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

Shades of Medium Blue #2A06BB

Tints of Medium Blue #2A06BB

Color information

#2A06BB (or 0x2A06BB) is unknown color: approx Medium Blue. HEX triplet: 2A, 06 and BB. RGB value is (42,6,187). Sum of RGB (Red+Green+Blue) = 42+6+187=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A06BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A06BB is #D5F944. Grayscale: #242424. Windows color (decimal): -14022981 or 12256810. OLE color: 12256810.

HSL color Cylindrical-coordinate representation of color #2A06BB: hue angle of 251.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06BB is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB426187-
CMYK0.780.9700.27
HSL251.93º93.78%37.84%-
HSV(B)251.93º96.79%73.33%-
XYZ9.994.2147.3-
YUV37.4212.43131.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 187 (73.44% from 255) = 79.57%
R=17.87%
G=2.55%
B=79.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4261870.780.9700.27251.9393.7837.84
Hex2A6BB4E6101Bfc5e26
Octal52627311614103337413646
Binary1010101101011101110011101100001011011111111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A06BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,6,187); }

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

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

 a { background-color: rgb(42,6,187); }

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

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

 span { border-color: rgb(42,6,187); }

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