Html Css Color HEX #3530BC Persian Blue

📋 copy color: '#3530BC'

red 53 ◦ green 48 ◦ blue 188

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

Shades of Persian Blue #3530BC

Tints of Persian Blue #3530BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 18.34%
G = 16.61%
B = 65.05%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3530BC (or 0x3530BC) is known color: Persian Blue. HEX triplet: 35, 30 and BC. RGB value is (53,48,188). Sum of RGB (Red+Green+Blue) = 53+48+188=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #3530BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530BC is #CACF43. Grayscale: #404040. Windows color (decimal): -13291332 or 12333109. OLE color: 12333109.

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

Color convert

RGB 53 48 188 -
CMYK 0.72 0.74 0 0.26
HSL 242.14º 0.59% 0.46% -
HSV(B) 242.14º 0.74% 0.74% -
XYZ 11.6 6.5 48.22 -
YUV 65.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 53 48 188 0.72 0.74 0 0.26 242.14 0.59 0.46
Hex 35 30 BC 48 4A 0 1A F2 3B 2E
Octal 65 60 274 110 112 0 32 362 73 56
Binary 110101 110000 10111100 1001000 1001010 0 11010 11110010 111011 101110

Color Harmonies of #3530BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3530BC

Black with #3530BC

Text Example


Text Example

White with #3530BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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