Html Css Color HEX #351FC6 Persian Blue

📋 copy color: '#351FC6'

red 53 ◦ green 31 ◦ blue 198

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

Shades of Persian Blue #351FC6

Tints of Persian Blue #351FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.99%

 BLUE value IS 198 (77.73% from 255) = 70.21%

R = 18.79%
G = 10.99%
B = 70.21%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#351FC6 (or 0x351FC6) is known color: Persian Blue. HEX triplet: 35, 1F and C6. RGB value is (53,31,198). Sum of RGB (Red+Green+Blue) = 53+31+198=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #351FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FC6 is #CAE039. Grayscale: #373737. Windows color (decimal): -13295674 or 12984117. OLE color: 12984117.

HSL color Cylindrical-coordinate representation of color #351FC6: hue angle of 247.9º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351FC6 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 31 198 -
CMYK 0.73 0.84 0 0.22
HSL 247.9º 0.73% 0.45% -
HSV(B) 247.9º 0.84% 0.78% -
XYZ 12.15 5.81 53.91 -
YUV 56.62 207.79 125.42 -
System Red Green Blue C M Y K H S L
Decimal 53 31 198 0.73 0.84 0 0.22 247.9 0.73 0.45
Hex 35 1F C6 49 54 0 16 F8 49 2D
Octal 65 37 306 111 124 0 26 370 111 55
Binary 110101 11111 11000110 1001001 1010100 0 10110 11111000 1001001 101101

Color Harmonies of #351FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FC6

Black with #351FC6

Text Example


Text Example

White with #351FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,31,198); }

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

background-color css

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

 a { background-color: rgb(53,31,198); }

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

border-color css

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

 span { border-color: rgb(53,31,198); }

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