Html Css Color HEX #3516BC Persian Blue

📋 copy color: '#3516BC'

red 53 ◦ green 22 ◦ blue 188

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

Shades of Persian Blue #3516BC

Tints of Persian Blue #3516BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 20.15%
G = 8.37%
B = 71.48%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3516BC (or 0x3516BC) is known color: Persian Blue. HEX triplet: 35, 16 and BC. RGB value is (53,22,188). Sum of RGB (Red+Green+Blue) = 53+22+188=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #3516BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3516BC is #CAE943. Grayscale: #313131. Windows color (decimal): -13297988 or 12326453. OLE color: 12326453.

HSL color Cylindrical-coordinate representation of color #3516BC: hue angle of 251.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3516BC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 22 188 -
CMYK 0.72 0.88 0 0.26
HSL 251.2º 0.79% 0.41% -
HSV(B) 251.2º 0.88% 0.74% -
XYZ 10.83 4.96 47.96 -
YUV 50.19 205.77 130 -
System Red Green Blue C M Y K H S L
Decimal 53 22 188 0.72 0.88 0 0.26 251.2 0.79 0.41
Hex 35 16 BC 48 58 0 1A FB 4F 29
Octal 65 26 274 110 130 0 32 373 117 51
Binary 110101 10110 10111100 1001000 1011000 0 11010 11111011 1001111 101001

Color Harmonies of #3516BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3516BC

Black with #3516BC

Text Example


Text Example

White with #3516BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3516BC; }

 p { color: rgb(53,22,188); }

 H1.HeaderClassName
 {
   color: #3516BC;
 }
 .AnyTagClassName
 {
   color: #3516BC;
 }
</style>

background-color css

<style>
 a { background-color: #3516BC; }

 a { background-color: rgb(53,22,188); }

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

border-color css

<style>
 span { border-color: #3516BC; }

 span { border-color: rgb(53,22,188); }

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