Html Css Color HEX #3517CB Persian Blue

📋 copy color: '#3517CB'

red 53 ◦ green 23 ◦ blue 203

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

Shades of Persian Blue #3517CB

Tints of Persian Blue #3517CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 19%
G = 8.24%
B = 72.76%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3517CB (or 0x3517CB) is known color: Persian Blue. HEX triplet: 35, 17 and CB. RGB value is (53,23,203). Sum of RGB (Red+Green+Blue) = 53+23+203=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #3517CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3517CB is #CAE834. Grayscale: #333333. Windows color (decimal): -13297717 or 13309749. OLE color: 13309749.

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

Color convert

RGB 53 23 203 -
CMYK 0.74 0.89 0 0.20
HSL 250º 0.8% 0.44% -
HSV(B) 250º 0.89% 0.8% -
XYZ 12.55 5.68 56.93 -
YUV 52.49 212.94 128.36 -
System Red Green Blue C M Y K H S L
Decimal 53 23 203 0.74 0.89 0 0.20 250 0.8 0.44
Hex 35 17 CB 4A 59 0 14 FA 50 2C
Octal 65 27 313 112 131 0 24 372 120 54
Binary 110101 10111 11001011 1001010 1011001 0 10100 11111010 1010000 101100

Color Harmonies of #3517CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3517CB

Black with #3517CB

Text Example


Text Example

White with #3517CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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