Html Css Color HEX #301EBF Persian Blue

📋 copy color: '#301EBF'

red 48 ◦ green 30 ◦ blue 191

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

Shades of Persian Blue #301EBF

Tints of Persian Blue #301EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71%

R = 17.84%
G = 11.15%
B = 71%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#301EBF (or 0x301EBF) is known color: Persian Blue. HEX triplet: 30, 1E and BF. RGB value is (48,30,191). Sum of RGB (Red+Green+Blue) = 48+30+191=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #301EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EBF is #CFE140. Grayscale: #353535. Windows color (decimal): -13623617 or 12525104. OLE color: 12525104.

HSL color Cylindrical-coordinate representation of color #301EBF: hue angle of 246.71º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301EBF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 30 191 -
CMYK 0.75 0.84 0 0.25
HSL 246.71º 0.73% 0.43% -
HSV(B) 246.71º 0.84% 0.75% -
XYZ 11.09 5.32 49.73 -
YUV 53.74 205.46 123.91 -
System Red Green Blue C M Y K H S L
Decimal 48 30 191 0.75 0.84 0 0.25 246.71 0.73 0.43
Hex 30 1E BF 4B 54 0 19 F7 49 2B
Octal 60 36 277 113 124 0 31 367 111 53
Binary 110000 11110 10111111 1001011 1010100 0 11001 11110111 1001001 101011

Color Harmonies of #301EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EBF

Black with #301EBF

Text Example


Text Example

White with #301EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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