#2F0EBF

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

Shades of Medium Blue #2F0EBF

Tints of Medium Blue #2F0EBF

Color information

#2F0EBF (or 0x2F0EBF) is unknown color: approx Medium Blue. HEX triplet: 2F, 0E and BF. RGB value is (47,14,191). Sum of RGB (Red+Green+Blue) = 47+14+191=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F0EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0EBF is #D0F140. Grayscale: #2B2B2B. Windows color (decimal): -13693249 or 12521007. OLE color: 12521007.

HSL color Cylindrical-coordinate representation of color #2F0EBF: hue angle of 251.19º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0EBF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4714191-
CMYK0.750.9300.25
HSL251.19º86.34%40.2%-
HSV(B)251.19º92.67%74.9%-
XYZ10.734.6849.63-
YUV44.04210.93130.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 191 (75% from 255) = 75.79%
R=18.65%
G=5.56%
B=75.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47141910.750.9300.25251.1986.3440.2
Hex2FEBF4B5D019fb5628
Octal571627711313503137312650
Binary10111111101011111110010111011101011001111110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,14,191); }

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

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

 a { background-color: rgb(47,14,191); }

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

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

 span { border-color: rgb(47,14,191); }

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