Html Css Color HEX #301ED0 Persian Blue

📋 copy color: '#301ED0'

red 48 ◦ green 30 ◦ blue 208

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

Shades of Persian Blue #301ED0

Tints of Persian Blue #301ED0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 208 (81.64% from 255) = 72.73%

R = 16.78%
G = 10.49%
B = 72.73%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#301ED0 (or 0x301ED0) is known color: Persian Blue. HEX triplet: 30, 1E and D0. RGB value is (48,30,208). Sum of RGB (Red+Green+Blue) = 48+30+208=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #301ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ED0 is #CFE12F. Grayscale: #363636. Windows color (decimal): -13623600 or 13639216. OLE color: 13639216.

HSL color Cylindrical-coordinate representation of color #301ED0: hue angle of 246.07º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ED0 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 30 208 -
CMYK 0.77 0.86 0 0.18
HSL 246.07º 0.75% 0.47% -
HSV(B) 246.07º 0.86% 0.82% -
XYZ 13.07 6.11 60.17 -
YUV 55.67 213.96 122.53 -
System Red Green Blue C M Y K H S L
Decimal 48 30 208 0.77 0.86 0 0.18 246.07 0.75 0.47
Hex 30 1E D0 4D 56 0 12 F6 4B 2F
Octal 60 36 320 115 126 0 22 366 113 57
Binary 110000 11110 11010000 1001101 1010110 0 10010 11110110 1001011 101111

Color Harmonies of #301ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ED0

Black with #301ED0

Text Example


Text Example

White with #301ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301ED0; }

 p { color: rgb(48,30,208); }

 H1.HeaderClassName
 {
   color: #301ED0;
 }
 .AnyTagClassName
 {
   color: #301ED0;
 }
</style>

background-color css

<style>
 a { background-color: #301ED0; }

 a { background-color: rgb(48,30,208); }

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

border-color css

<style>
 span { border-color: #301ED0; }

 span { border-color: rgb(48,30,208); }

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