Html Css Color HEX #3515BA Persian Blue

📋 copy color: '#3515BA'

red 53 ◦ green 21 ◦ blue 186

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

Shades of Persian Blue #3515BA

Tints of Persian Blue #3515BA

RGB

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

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

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

R = 20.38%
G = 8.08%
B = 71.54%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3515BA (or 0x3515BA) is known color: Persian Blue. HEX triplet: 35, 15 and BA. RGB value is (53,21,186). Sum of RGB (Red+Green+Blue) = 53+21+186=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #3515BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515BA is #CAEA45. Grayscale: #303030. Windows color (decimal): -13298246 or 12195125. OLE color: 12195125.

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

Color convert

RGB 53 21 186 -
CMYK 0.72 0.89 0 0.27
HSL 251.64º 0.8% 0.41% -
HSV(B) 251.64º 0.89% 0.73% -
XYZ 10.6 4.84 46.83 -
YUV 49.38 205.1 130.58 -
System Red Green Blue C M Y K H S L
Decimal 53 21 186 0.72 0.89 0 0.27 251.64 0.8 0.41
Hex 35 15 BA 48 59 0 1B FC 50 29
Octal 65 25 272 110 131 0 33 374 120 51
Binary 110101 10101 10111010 1001000 1011001 0 11011 11111100 1010000 101001

Color Harmonies of #3515BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3515BA

Black with #3515BA

Text Example


Text Example

White with #3515BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,21,186); }

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

background-color css

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

 a { background-color: rgb(53,21,186); }

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

border-color css

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

 span { border-color: rgb(53,21,186); }

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