Html Css Color HEX #351BC3 Persian Blue

📋 copy color: '#351BC3'

red 53 ◦ green 27 ◦ blue 195

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

Shades of Persian Blue #351BC3

Tints of Persian Blue #351BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 70.91%

R = 19.27%
G = 9.82%
B = 70.91%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#351BC3 (or 0x351BC3) is known color: Persian Blue. HEX triplet: 35, 1B and C3. RGB value is (53,27,195). Sum of RGB (Red+Green+Blue) = 53+27+195=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #351BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BC3 is #CAE43C. Grayscale: #353535. Windows color (decimal): -13296701 or 12786485. OLE color: 12786485.

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

Color convert

RGB 53 27 195 -
CMYK 0.73 0.86 0 0.24
HSL 249.29º 0.76% 0.44% -
HSV(B) 249.29º 0.86% 0.76% -
XYZ 11.71 5.48 52.07 -
YUV 53.93 207.61 127.34 -
System Red Green Blue C M Y K H S L
Decimal 53 27 195 0.73 0.86 0 0.24 249.29 0.76 0.44
Hex 35 1B C3 49 56 0 18 F9 4C 2C
Octal 65 33 303 111 126 0 30 371 114 54
Binary 110101 11011 11000011 1001001 1010110 0 11000 11111001 1001100 101100

Color Harmonies of #351BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BC3

Black with #351BC3

Text Example


Text Example

White with #351BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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