Html Css Color HEX #3529CB Persian Blue

📋 copy color: '#3529CB'

red 53 ◦ green 41 ◦ blue 203

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

Shades of Persian Blue #3529CB

Tints of Persian Blue #3529CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 17.85%
G = 13.8%
B = 68.35%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3529CB (or 0x3529CB) is known color: Persian Blue. HEX triplet: 35, 29 and CB. RGB value is (53,41,203). Sum of RGB (Red+Green+Blue) = 53+41+203=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #3529CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529CB is #CAD634. Grayscale: #3E3E3E. Windows color (decimal): -13293109 or 13314357. OLE color: 13314357.

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

Color convert

RGB 53 41 203 -
CMYK 0.74 0.80 0 0.20
HSL 244.44º 0.66% 0.48% -
HSV(B) 244.44º 0.8% 0.8% -
XYZ 13.04 6.65 57.1 -
YUV 63.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 53 41 203 0.74 0.80 0 0.20 244.44 0.66 0.48
Hex 35 29 CB 4A 50 0 14 F4 42 30
Octal 65 51 313 112 120 0 24 364 102 60
Binary 110101 101001 11001011 1001010 1010000 0 10100 11110100 1000010 110000

Color Harmonies of #3529CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3529CB

Black with #3529CB

Text Example


Text Example

White with #3529CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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