Html Css Color HEX #3015BF Persian Blue

📋 copy color: '#3015BF'

red 48 ◦ green 21 ◦ blue 191

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

Shades of Persian Blue #3015BF

Tints of Persian Blue #3015BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 18.46%
G = 8.08%
B = 73.46%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3015BF (or 0x3015BF) is known color: Persian Blue. HEX triplet: 30, 15 and BF. RGB value is (48,21,191). Sum of RGB (Red+Green+Blue) = 48+21+191=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #3015BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015BF is #CFEA40. Grayscale: #2F2F2F. Windows color (decimal): -13625921 or 12522800. OLE color: 12522800.

HSL color Cylindrical-coordinate representation of color #3015BF: hue angle of 249.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3015BF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 21 191 -
CMYK 0.75 0.89 0 0.25
HSL 249.53º 0.8% 0.42% -
HSV(B) 249.53º 0.89% 0.75% -
XYZ 10.89 4.93 49.67 -
YUV 48.45 208.45 127.68 -
System Red Green Blue C M Y K H S L
Decimal 48 21 191 0.75 0.89 0 0.25 249.53 0.8 0.42
Hex 30 15 BF 4B 59 0 19 FA 50 2A
Octal 60 25 277 113 131 0 31 372 120 52
Binary 110000 10101 10111111 1001011 1011001 0 11001 11111010 1010000 101010

Color Harmonies of #3015BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015BF

Black with #3015BF

Text Example


Text Example

White with #3015BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3015BF; }

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

 H1.HeaderClassName
 {
   color: #3015BF;
 }
 .AnyTagClassName
 {
   color: #3015BF;
 }
</style>

background-color css

<style>
 a { background-color: #3015BF; }

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

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

border-color css

<style>
 span { border-color: #3015BF; }

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

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