Html Css Color HEX #3524CE Persian Blue

📋 copy color: '#3524CE'

red 53 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #3524CE

Tints of Persian Blue #3524CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 17.97%
G = 12.2%
B = 69.83%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3524CE (or 0x3524CE) is known color: Persian Blue. HEX triplet: 35, 24 and CE. RGB value is (53,36,206). Sum of RGB (Red+Green+Blue) = 53+36+206=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #3524CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524CE is #CADB31. Grayscale: #3B3B3B. Windows color (decimal): -13294386 or 13509685. OLE color: 13509685.

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

Color convert

RGB 53 36 206 -
CMYK 0.74 0.83 0 0.19
HSL 246º 0.7% 0.47% -
HSV(B) 246º 0.83% 0.81% -
XYZ 13.24 6.47 58.94 -
YUV 60.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 53 36 206 0.74 0.83 0 0.19 246 0.7 0.47
Hex 35 24 CE 4A 53 0 13 F6 46 2F
Octal 65 44 316 112 123 0 23 366 106 57
Binary 110101 100100 11001110 1001010 1010011 0 10011 11110110 1000110 101111

Color Harmonies of #3524CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3524CE

Black with #3524CE

Text Example


Text Example

White with #3524CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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