Html Css Color HEX #3513BB Persian Blue

📋 copy color: '#3513BB'

red 53 ◦ green 19 ◦ blue 187

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

Shades of Persian Blue #3513BB

Tints of Persian Blue #3513BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

 BLUE value IS 187 (73.44% from 255) = 72.2%

R = 20.46%
G = 7.34%
B = 72.2%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3513BB (or 0x3513BB) is known color: Persian Blue. HEX triplet: 35, 13 and BB. RGB value is (53,19,187). Sum of RGB (Red+Green+Blue) = 53+19+187=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #3513BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3513BB is #CAEC44. Grayscale: #2F2F2F. Windows color (decimal): -13298757 or 12260149. OLE color: 12260149.

HSL color Cylindrical-coordinate representation of color #3513BB: hue angle of 252.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3513BB is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 19 187 -
CMYK 0.72 0.90 0 0.27
HSL 252.14º 0.82% 0.4% -
HSV(B) 252.14º 0.9% 0.73% -
XYZ 10.67 4.81 47.38 -
YUV 48.32 206.26 131.34 -
System Red Green Blue C M Y K H S L
Decimal 53 19 187 0.72 0.90 0 0.27 252.14 0.82 0.4
Hex 35 13 BB 48 5A 0 1B FC 52 28
Octal 65 23 273 110 132 0 33 374 122 50
Binary 110101 10011 10111011 1001000 1011010 0 11011 11111100 1010010 101000

Color Harmonies of #3513BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3513BB

Black with #3513BB

Text Example


Text Example

White with #3513BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3513BB; }

 p { color: rgb(53,19,187); }

 H1.HeaderClassName
 {
   color: #3513BB;
 }
 .AnyTagClassName
 {
   color: #3513BB;
 }
</style>

background-color css

<style>
 a { background-color: #3513BB; }

 a { background-color: rgb(53,19,187); }

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

border-color css

<style>
 span { border-color: #3513BB; }

 span { border-color: rgb(53,19,187); }

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