Html Css Color HEX #351FCE Persian Blue

📋 copy color: '#351FCE'

red 53 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #351FCE

Tints of Persian Blue #351FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 18.28%
G = 10.69%
B = 71.03%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#351FCE (or 0x351FCE) is known color: Persian Blue. HEX triplet: 35, 1F and CE. RGB value is (53,31,206). Sum of RGB (Red+Green+Blue) = 53+31+206=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #351FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FCE is #CAE031. Grayscale: #383838. Windows color (decimal): -13295666 or 13508405. OLE color: 13508405.

HSL color Cylindrical-coordinate representation of color #351FCE: hue angle of 247.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351FCE is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 31 206 -
CMYK 0.74 0.85 0 0.19
HSL 247.54º 0.74% 0.46% -
HSV(B) 247.54º 0.85% 0.81% -
XYZ 13.1 6.19 58.9 -
YUV 57.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 53 31 206 0.74 0.85 0 0.19 247.54 0.74 0.46
Hex 35 1F CE 4A 55 0 13 F8 4A 2E
Octal 65 37 316 112 125 0 23 370 112 56
Binary 110101 11111 11001110 1001010 1010101 0 10011 11111000 1001010 101110

Color Harmonies of #351FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FCE

Black with #351FCE

Text Example


Text Example

White with #351FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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