Html Css Color HEX #3514BF Persian Blue

📋 copy color: '#3514BF'

red 53 ◦ green 20 ◦ blue 191

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

Shades of Persian Blue #3514BF

Tints of Persian Blue #3514BF

RGB

 RED value IS 53 (21.09% from 255) = 20.08%

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

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

R = 20.08%
G = 7.58%
B = 72.35%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3514BF (or 0x3514BF) is known color: Persian Blue. HEX triplet: 35, 14 and BF. RGB value is (53,20,191). Sum of RGB (Red+Green+Blue) = 53+20+191=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #3514BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3514BF is #CAEB40. Grayscale: #303030. Windows color (decimal): -13298497 or 12522549. OLE color: 12522549.

HSL color Cylindrical-coordinate representation of color #3514BF: hue angle of 251.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3514BF is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 20 191 -
CMYK 0.72 0.90 0 0.25
HSL 251.58º 0.81% 0.41% -
HSV(B) 251.58º 0.9% 0.75% -
XYZ 11.12 5.02 49.67 -
YUV 49.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 53 20 191 0.72 0.90 0 0.25 251.58 0.81 0.41
Hex 35 14 BF 48 5A 0 19 FC 51 29
Octal 65 24 277 110 132 0 31 374 121 51
Binary 110101 10100 10111111 1001000 1011010 0 11001 11111100 1010001 101001

Color Harmonies of #3514BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3514BF

Black with #3514BF

Text Example


Text Example

White with #3514BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,20,191); }

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

background-color css

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

 a { background-color: rgb(53,20,191); }

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

border-color css

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

 span { border-color: rgb(53,20,191); }

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