Html Css Color HEX #351BC5 Persian Blue

📋 copy color: '#351BC5'

red 53 ◦ green 27 ◦ blue 197

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

Shades of Persian Blue #351BC5

Tints of Persian Blue #351BC5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 197 (77.34% from 255) = 71.12%

R = 19.13%
G = 9.75%
B = 71.12%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#351BC5 (or 0x351BC5) is known color: Persian Blue. HEX triplet: 35, 1B and C5. RGB value is (53,27,197). Sum of RGB (Red+Green+Blue) = 53+27+197=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 197 (77.34% from 255 or 71.12% from 277); Max value from RGB is 197 - color contains mainly: blue. Hex color #351BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BC5 is #CAE43A. Grayscale: #353535. Windows color (decimal): -13296699 or 12917557. OLE color: 12917557.

HSL color Cylindrical-coordinate representation of color #351BC5: hue angle of 249.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351BC5 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 27 197 -
CMYK 0.73 0.86 0 0.23
HSL 249.18º 0.76% 0.44% -
HSV(B) 249.18º 0.86% 0.77% -
XYZ 11.94 5.57 53.27 -
YUV 54.15 208.61 127.18 -
System Red Green Blue C M Y K H S L
Decimal 53 27 197 0.73 0.86 0 0.23 249.18 0.76 0.44
Hex 35 1B C5 49 56 0 17 F9 4C 2C
Octal 65 33 305 111 126 0 27 371 114 54
Binary 110101 11011 11000101 1001001 1010110 0 10111 11111001 1001100 101100

Color Harmonies of #351BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BC5

Black with #351BC5

Text Example


Text Example

White with #351BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351BC5; }

 p { color: rgb(53,27,197); }

 H1.HeaderClassName
 {
   color: #351BC5;
 }
 .AnyTagClassName
 {
   color: #351BC5;
 }
</style>

background-color css

<style>
 a { background-color: #351BC5; }

 a { background-color: rgb(53,27,197); }

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

border-color css

<style>
 span { border-color: #351BC5; }

 span { border-color: rgb(53,27,197); }

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