#3014CE

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

Shades of Medium Blue #3014CE

Tints of Medium Blue #3014CE

Color information

#3014CE (or 0x3014CE) is unknown color: approx Medium Blue. HEX triplet: 30, 14 and CE. RGB value is (48,20,206). Sum of RGB (Red+Green+Blue) = 48+20+206=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3014CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014CE is #CFEB31. Grayscale: #303030. Windows color (decimal): -13626162 or 13505584. OLE color: 13505584.

HSL color Cylindrical-coordinate representation of color #3014CE: hue angle of 249.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3014CE is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4820206-
CMYK0.770.9000.19
HSL249.03º82.3%44.31%-
HSV(B)249.03º90.29%80.78%-
XYZ12.615.5858.81-
YUV49.58216.28126.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 206 (80.86% from 255) = 75.18%
R=17.52%
G=7.30%
B=75.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48202060.770.9000.19249.0382.344.31
Hex3014CE4D5A013f9522c
Octal602431611513202337112254
Binary110000101001100111010011011011010010011111110011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3014CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3014CE; }

 p { color: rgb(48,20,206); }

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

<style>
 a { background-color: #3014CE; }

 a { background-color: rgb(48,20,206); }

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

<style>
 span { border-color: #3014CE; }

 span { border-color: rgb(48,20,206); }

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