Html Css Color HEX #3515CB Persian Blue

📋 copy color: '#3515CB'

red 53 ◦ green 21 ◦ blue 203

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

Shades of Persian Blue #3515CB

Tints of Persian Blue #3515CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 19.13%
G = 7.58%
B = 73.29%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3515CB (or 0x3515CB) is known color: Persian Blue. HEX triplet: 35, 15 and CB. RGB value is (53,21,203). Sum of RGB (Red+Green+Blue) = 53+21+203=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #3515CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515CB is #CAEA34. Grayscale: #323232. Windows color (decimal): -13298229 or 13309237. OLE color: 13309237.

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

Color convert

RGB 53 21 203 -
CMYK 0.74 0.90 0 0.20
HSL 250.55º 0.81% 0.44% -
HSV(B) 250.55º 0.9% 0.8% -
XYZ 12.52 5.61 56.92 -
YUV 51.32 213.6 129.2 -
System Red Green Blue C M Y K H S L
Decimal 53 21 203 0.74 0.90 0 0.20 250.55 0.81 0.44
Hex 35 15 CB 4A 5A 0 14 FB 51 2C
Octal 65 25 313 112 132 0 24 373 121 54
Binary 110101 10101 11001011 1001010 1011010 0 10100 11111011 1010001 101100

Color Harmonies of #3515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3515CB

Black with #3515CB

Text Example


Text Example

White with #3515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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