Html Css Color HEX #3523CB Persian Blue

📋 copy color: '#3523CB'

red 53 ◦ green 35 ◦ blue 203

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

Shades of Persian Blue #3523CB

Tints of Persian Blue #3523CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 203 (79.69% from 255) = 69.76%

R = 18.21%
G = 12.03%
B = 69.76%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3523CB (or 0x3523CB) is known color: Persian Blue. HEX triplet: 35, 23 and CB. RGB value is (53,35,203). Sum of RGB (Red+Green+Blue) = 53+35+203=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #3523CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523CB is #CADC34. Grayscale: #3A3A3A. Windows color (decimal): -13294645 or 13312821. OLE color: 13312821.

HSL color Cylindrical-coordinate representation of color #3523CB: hue angle of 246.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3523CB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 35 203 -
CMYK 0.74 0.83 0 0.20
HSL 246.43º 0.71% 0.47% -
HSV(B) 246.43º 0.83% 0.8% -
XYZ 12.85 6.27 57.03 -
YUV 59.53 208.96 123.34 -
System Red Green Blue C M Y K H S L
Decimal 53 35 203 0.74 0.83 0 0.20 246.43 0.71 0.47
Hex 35 23 CB 4A 53 0 14 F6 47 2F
Octal 65 43 313 112 123 0 24 366 107 57
Binary 110101 100011 11001011 1001010 1010011 0 10100 11110110 1000111 101111

Color Harmonies of #3523CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3523CB

Black with #3523CB

Text Example


Text Example

White with #3523CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3523CB; }

 p { color: rgb(53,35,203); }

 H1.HeaderClassName
 {
   color: #3523CB;
 }
 .AnyTagClassName
 {
   color: #3523CB;
 }
</style>

background-color css

<style>
 a { background-color: #3523CB; }

 a { background-color: rgb(53,35,203); }

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

border-color css

<style>
 span { border-color: #3523CB; }

 span { border-color: rgb(53,35,203); }

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