Html Css Color HEX #3013CC Medium Blue

📋 copy color: '#3013CC'

red 48 ◦ green 19 ◦ blue 204

#3013CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #3013CC

Tints of Medium Blue #3013CC

RGB

 RED value IS 48 (19.14% from 255) = 17.71%

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 17.71%
G = 7.01%
B = 75.28%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3013CC (or 0x3013CC) is known color: Medium Blue. HEX triplet: 30, 13 and CC. RGB value is (48,19,204). Sum of RGB (Red+Green+Blue) = 48+19+204=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #3013CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3013CC is #CFEC33. Grayscale: #303030. Windows color (decimal): -13626420 or 13374256. OLE color: 13374256.

HSL color Cylindrical-coordinate representation of color #3013CC: hue angle of 249.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3013CC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 19 204 -
CMYK 0.76 0.91 0 0.2
HSL 249.41º 0.83% 0.44% -
HSV(B) 249.41º 0.91% 0.8% -
XYZ 12.35 5.45 57.53 -
YUV 48.76 215.61 127.46 -
System Red Green Blue C M Y K H S L
Decimal 48 19 204 0.76 0.91 0 0.2 249.41 0.83 0.44
Hex 30 13 CC 4C 5B 0 14 F9 53 2C
Octal 60 23 314 114 133 0 24 371 123 54
Binary 110000 10011 11001100 1001100 1011011 0 10100 11111001 1010011 101100

Color Harmonies of #3013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3013CC

Black with #3013CC

Text Example


Text Example

White with #3013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3013CC; }

 p { color: rgb(48,19,204); }

 H1.HeaderClassName
 {
   color: #3013CC;
 }
 .AnyTagClassName
 {
   color: #3013CC;
 }
</style>

background-color css

<style>
 a { background-color: #3013CC; }

 a { background-color: rgb(48,19,204); }

 div.DivClassName
 {
   background-color: #3013CC;
 }
 .BgClassName
 {
   background-color: #3013CC;
 }
</style>

border-color css

<style>
 span { border-color: #3013CC; }

 span { border-color: rgb(48,19,204); }

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