Html Css Color HEX #3539CB Persian Blue

📋 copy color: '#3539CB'

red 53 ◦ green 57 ◦ blue 203

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

Shades of Persian Blue #3539CB

Tints of Persian Blue #3539CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 16.93%
G = 18.21%
B = 64.86%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3539CB (or 0x3539CB) is known color: Persian Blue. HEX triplet: 35, 39 and CB. RGB value is (53,57,203). Sum of RGB (Red+Green+Blue) = 53+57+203=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #3539CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3539CB is #CAC634. Grayscale: #474747. Windows color (decimal): -13289013 or 13318453. OLE color: 13318453.

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

Color convert

RGB 53 57 203 -
CMYK 0.74 0.72 0 0.20
HSL 238.4º 0.59% 0.5% -
HSV(B) 238.4º 0.74% 0.8% -
XYZ 13.71 7.99 57.32 -
YUV 72.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 53 57 203 0.74 0.72 0 0.20 238.4 0.59 0.5
Hex 35 39 CB 4A 48 0 14 EE 3B 32
Octal 65 71 313 112 110 0 24 356 73 62
Binary 110101 111001 11001011 1001010 1001000 0 10100 11101110 111011 110010

Color Harmonies of #3539CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3539CB

Black with #3539CB

Text Example


Text Example

White with #3539CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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