Html Css Color HEX #3530BA Persian Blue

📋 copy color: '#3530BA'

red 53 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #3530BA

Tints of Persian Blue #3530BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

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

R = 18.47%
G = 16.72%
B = 64.81%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3530BA (or 0x3530BA) is known color: Persian Blue. HEX triplet: 35, 30 and BA. RGB value is (53,48,186). Sum of RGB (Red+Green+Blue) = 53+48+186=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #3530BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530BA is #CACF45. Grayscale: #404040. Windows color (decimal): -13291334 or 12202037. OLE color: 12202037.

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

Color convert

RGB 53 48 186 -
CMYK 0.72 0.74 0 0.27
HSL 242.17º 0.59% 0.46% -
HSV(B) 242.17º 0.74% 0.73% -
XYZ 11.39 6.42 47.09 -
YUV 65.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 53 48 186 0.72 0.74 0 0.27 242.17 0.59 0.46
Hex 35 30 BA 48 4A 0 1B F2 3B 2E
Octal 65 60 272 110 112 0 33 362 73 56
Binary 110101 110000 10111010 1001000 1001010 0 11011 11110010 111011 101110

Color Harmonies of #3530BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530BA

Black with #3530BA

Text Example


Text Example

White with #3530BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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