Html Css Color HEX #3014BA Persian Blue

📋 copy color: '#3014BA'

red 48 ◦ green 20 ◦ blue 186

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

Shades of Persian Blue #3014BA

Tints of Persian Blue #3014BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 186 (73.05% from 255) = 73.23%

R = 18.9%
G = 7.87%
B = 73.23%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3014BA (or 0x3014BA) is known color: Persian Blue. HEX triplet: 30, 14 and BA. RGB value is (48,20,186). Sum of RGB (Red+Green+Blue) = 48+20+186=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #3014BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014BA is #CFEB45. Grayscale: #2E2E2E. Windows color (decimal): -13626182 or 12194864. OLE color: 12194864.

HSL color Cylindrical-coordinate representation of color #3014BA: hue angle of 250.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3014BA is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 20 186 -
CMYK 0.74 0.89 0 0.27
HSL 250.12º 0.81% 0.4% -
HSV(B) 250.12º 0.89% 0.73% -
XYZ 10.33 4.67 46.81 -
YUV 47.3 206.28 128.5 -
System Red Green Blue C M Y K H S L
Decimal 48 20 186 0.74 0.89 0 0.27 250.12 0.81 0.4
Hex 30 14 BA 4A 59 0 1B FA 51 28
Octal 60 24 272 112 131 0 33 372 121 50
Binary 110000 10100 10111010 1001010 1011001 0 11011 11111010 1010001 101000

Color Harmonies of #3014BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3014BA

Black with #3014BA

Text Example


Text Example

White with #3014BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3014BA; }

 p { color: rgb(48,20,186); }

 H1.HeaderClassName
 {
   color: #3014BA;
 }
 .AnyTagClassName
 {
   color: #3014BA;
 }
</style>

background-color css

<style>
 a { background-color: #3014BA; }

 a { background-color: rgb(48,20,186); }

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

border-color css

<style>
 span { border-color: #3014BA; }

 span { border-color: rgb(48,20,186); }

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