Html Css Color HEX #351FCD Persian Blue

📋 copy color: '#351FCD'

red 53 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #351FCD

Tints of Persian Blue #351FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 18.34%
G = 10.73%
B = 70.93%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#351FCD (or 0x351FCD) is known color: Persian Blue. HEX triplet: 35, 1F and CD. RGB value is (53,31,205). Sum of RGB (Red+Green+Blue) = 53+31+205=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #351FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FCD is #CAE032. Grayscale: #383838. Windows color (decimal): -13295667 or 13442869. OLE color: 13442869.

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

Color convert

RGB 53 31 205 -
CMYK 0.74 0.85 0 0.20
HSL 247.59º 0.74% 0.46% -
HSV(B) 247.59º 0.85% 0.8% -
XYZ 12.98 6.14 58.26 -
YUV 57.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 53 31 205 0.74 0.85 0 0.20 247.59 0.74 0.46
Hex 35 1F CD 4A 55 0 14 F8 4A 2E
Octal 65 37 315 112 125 0 24 370 112 56
Binary 110101 11111 11001101 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #351FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FCD

Black with #351FCD

Text Example


Text Example

White with #351FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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