Html Css Color HEX #3518CB Persian Blue

📋 copy color: '#3518CB'

red 53 ◦ green 24 ◦ blue 203

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

Shades of Persian Blue #3518CB

Tints of Persian Blue #3518CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 18.93%
G = 8.57%
B = 72.5%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3518CB (or 0x3518CB) is known color: Persian Blue. HEX triplet: 35, 18 and CB. RGB value is (53,24,203). Sum of RGB (Red+Green+Blue) = 53+24+203=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #3518CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518CB is #CAE734. Grayscale: #343434. Windows color (decimal): -13297461 or 13310005. OLE color: 13310005.

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

Color convert

RGB 53 24 203 -
CMYK 0.74 0.88 0 0.20
HSL 249.72º 0.79% 0.45% -
HSV(B) 249.72º 0.88% 0.8% -
XYZ 12.57 5.72 56.94 -
YUV 53.08 212.61 127.95 -
System Red Green Blue C M Y K H S L
Decimal 53 24 203 0.74 0.88 0 0.20 249.72 0.79 0.45
Hex 35 18 CB 4A 58 0 14 FA 4F 2D
Octal 65 30 313 112 130 0 24 372 117 55
Binary 110101 11000 11001011 1001010 1011000 0 10100 11111010 1001111 101101

Color Harmonies of #3518CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3518CB

Black with #3518CB

Text Example


Text Example

White with #3518CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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