Html Css Color HEX #3524CC Persian Blue

📋 copy color: '#3524CC'

red 53 ◦ green 36 ◦ blue 204

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

Shades of Persian Blue #3524CC

Tints of Persian Blue #3524CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 18.09%
G = 12.29%
B = 69.62%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3524CC (or 0x3524CC) is known color: Persian Blue. HEX triplet: 35, 24 and CC. RGB value is (53,36,204). Sum of RGB (Red+Green+Blue) = 53+36+204=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #3524CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524CC is #CADB33. Grayscale: #3B3B3B. Windows color (decimal): -13294388 or 13378613. OLE color: 13378613.

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

Color convert

RGB 53 36 204 -
CMYK 0.74 0.82 0 0.2
HSL 246.07º 0.7% 0.47% -
HSV(B) 246.07º 0.82% 0.8% -
XYZ 13 6.38 57.67 -
YUV 60.24 209.13 122.84 -
System Red Green Blue C M Y K H S L
Decimal 53 36 204 0.74 0.82 0 0.2 246.07 0.7 0.47
Hex 35 24 CC 4A 52 0 14 F6 46 2F
Octal 65 44 314 112 122 0 24 366 106 57
Binary 110101 100100 11001100 1001010 1010010 0 10100 11110110 1000110 101111

Color Harmonies of #3524CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3524CC

Black with #3524CC

Text Example


Text Example

White with #3524CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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