#2F0ABC

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

Shades of Medium Blue #2F0ABC

Tints of Medium Blue #2F0ABC

Color information

#2F0ABC (or 0x2F0ABC) is unknown color: approx Medium Blue. HEX triplet: 2F, 0A and BC. RGB value is (47,10,188). Sum of RGB (Red+Green+Blue) = 47+10+188=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0ABC is #D0F543. Grayscale: #282828. Windows color (decimal): -13694276 or 12323375. OLE color: 12323375.

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

Color convert

RGB4710188-
CMYK0.750.9500.26
HSL252.47º89.9%38.82%-
HSV(B)252.47º94.68%73.73%-
XYZ10.364.4547.89-
YUV41.36210.76132.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 188 (73.83% from 255) = 76.73%
R=19.18%
G=4.08%
B=76.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47101880.750.9500.26252.4789.938.82
Hex2FABC4B5F01Afc5a27
Octal571227411313703237413247
Binary10111110101011110010010111011111011010111111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,10,188); }

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

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

 a { background-color: rgb(47,10,188); }

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

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

 span { border-color: rgb(47,10,188); }

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