Html Css Color HEX #3525CE Persian Blue

📋 copy color: '#3525CE'

red 53 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #3525CE

Tints of Persian Blue #3525CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 17.91%
G = 12.5%
B = 69.59%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3525CE (or 0x3525CE) is known color: Persian Blue. HEX triplet: 35, 25 and CE. RGB value is (53,37,206). Sum of RGB (Red+Green+Blue) = 53+37+206=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #3525CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3525CE is #CADA31. Grayscale: #3C3C3C. Windows color (decimal): -13294130 or 13509941. OLE color: 13509941.

HSL color Cylindrical-coordinate representation of color #3525CE: hue angle of 245.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3525CE is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 37 206 -
CMYK 0.74 0.82 0 0.19
HSL 245.68º 0.7% 0.48% -
HSV(B) 245.68º 0.82% 0.81% -
XYZ 13.27 6.54 58.95 -
YUV 61.05 209.8 122.26 -
System Red Green Blue C M Y K H S L
Decimal 53 37 206 0.74 0.82 0 0.19 245.68 0.7 0.48
Hex 35 25 CE 4A 52 0 13 F6 46 30
Octal 65 45 316 112 122 0 23 366 106 60
Binary 110101 100101 11001110 1001010 1010010 0 10011 11110110 1000110 110000

Color Harmonies of #3525CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3525CE

Black with #3525CE

Text Example


Text Example

White with #3525CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3525CE; }

 p { color: rgb(53,37,206); }

 H1.HeaderClassName
 {
   color: #3525CE;
 }
 .AnyTagClassName
 {
   color: #3525CE;
 }
</style>

background-color css

<style>
 a { background-color: #3525CE; }

 a { background-color: rgb(53,37,206); }

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

border-color css

<style>
 span { border-color: #3525CE; }

 span { border-color: rgb(53,37,206); }

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