Html Css Color HEX #3524C6 Persian Blue

📋 copy color: '#3524C6'

red 53 ◦ green 36 ◦ blue 198

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

Shades of Persian Blue #3524C6

Tints of Persian Blue #3524C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 68.99%

R = 18.47%
G = 12.54%
B = 68.99%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3524C6 (or 0x3524C6) is known color: Persian Blue. HEX triplet: 35, 24 and C6. RGB value is (53,36,198). Sum of RGB (Red+Green+Blue) = 53+36+198=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 198 (77.73% from 255 or 68.99% from 287); Max value from RGB is 198 - color contains mainly: blue. Hex color #3524C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524C6 is #CADB39. Grayscale: #3A3A3A. Windows color (decimal): -13294394 or 12985397. OLE color: 12985397.

HSL color Cylindrical-coordinate representation of color #3524C6: hue angle of 246.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3524C6 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 36 198 -
CMYK 0.73 0.82 0 0.22
HSL 246.3º 0.69% 0.46% -
HSV(B) 246.3º 0.82% 0.78% -
XYZ 12.29 6.1 53.95 -
YUV 59.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 53 36 198 0.73 0.82 0 0.22 246.3 0.69 0.46
Hex 35 24 C6 49 52 0 16 F6 45 2E
Octal 65 44 306 111 122 0 26 366 105 56
Binary 110101 100100 11000110 1001001 1010010 0 10110 11110110 1000101 101110

Color Harmonies of #3524C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3524C6

Black with #3524C6

Text Example


Text Example

White with #3524C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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