Html Css Color HEX #3018BF Persian Blue

📋 copy color: '#3018BF'

red 48 ◦ green 24 ◦ blue 191

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

Shades of Persian Blue #3018BF

Tints of Persian Blue #3018BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 18.25%
G = 9.13%
B = 72.62%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3018BF (or 0x3018BF) is known color: Persian Blue. HEX triplet: 30, 18 and BF. RGB value is (48,24,191). Sum of RGB (Red+Green+Blue) = 48+24+191=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #3018BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3018BF is #CFE740. Grayscale: #313131. Windows color (decimal): -13625153 or 12523568. OLE color: 12523568.

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

Color convert

RGB 48 24 191 -
CMYK 0.75 0.87 0 0.25
HSL 248.62º 0.78% 0.42% -
HSV(B) 248.62º 0.87% 0.75% -
XYZ 10.95 5.04 49.69 -
YUV 50.21 207.45 126.42 -
System Red Green Blue C M Y K H S L
Decimal 48 24 191 0.75 0.87 0 0.25 248.62 0.78 0.42
Hex 30 18 BF 4B 57 0 19 F9 4E 2A
Octal 60 30 277 113 127 0 31 371 116 52
Binary 110000 11000 10111111 1001011 1010111 0 11001 11111001 1001110 101010

Color Harmonies of #3018BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3018BF

Black with #3018BF

Text Example


Text Example

White with #3018BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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