Html Css Color HEX #301EC3 Persian Blue

📋 copy color: '#301EC3'

red 48 ◦ green 30 ◦ blue 195

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

Shades of Persian Blue #301EC3

Tints of Persian Blue #301EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.43%

R = 17.58%
G = 10.99%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#301EC3 (or 0x301EC3) is known color: Persian Blue. HEX triplet: 30, 1E and C3. RGB value is (48,30,195). Sum of RGB (Red+Green+Blue) = 48+30+195=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 195 (76.56% from 255 or 71.43% from 273); Max value from RGB is 195 - color contains mainly: blue. Hex color #301EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EC3 is #CFE13C. Grayscale: #353535. Windows color (decimal): -13623613 or 12787248. OLE color: 12787248.

HSL color Cylindrical-coordinate representation of color #301EC3: hue angle of 246.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301EC3 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 30 195 -
CMYK 0.75 0.85 0 0.24
HSL 246.55º 0.73% 0.44% -
HSV(B) 246.55º 0.85% 0.76% -
XYZ 11.53 5.5 52.08 -
YUV 54.19 207.46 123.58 -
System Red Green Blue C M Y K H S L
Decimal 48 30 195 0.75 0.85 0 0.24 246.55 0.73 0.44
Hex 30 1E C3 4B 55 0 18 F7 49 2C
Octal 60 36 303 113 125 0 30 367 111 54
Binary 110000 11110 11000011 1001011 1010101 0 11000 11110111 1001001 101100

Color Harmonies of #301EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EC3

Black with #301EC3

Text Example


Text Example

White with #301EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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