Html Css Color HEX #351DCD Persian Blue

📋 copy color: '#351DCD'

red 53 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #351DCD

Tints of Persian Blue #351DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 18.47%
G = 10.1%
B = 71.43%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#351DCD (or 0x351DCD) is known color: Persian Blue. HEX triplet: 35, 1D and CD. RGB value is (53,29,205). Sum of RGB (Red+Green+Blue) = 53+29+205=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #351DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DCD is #CAE232. Grayscale: #373737. Windows color (decimal): -13296179 or 13442357. OLE color: 13442357.

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

Color convert

RGB 53 29 205 -
CMYK 0.74 0.86 0 0.20
HSL 248.18º 0.75% 0.46% -
HSV(B) 248.18º 0.86% 0.8% -
XYZ 12.93 6.04 58.24 -
YUV 56.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 53 29 205 0.74 0.86 0 0.20 248.18 0.75 0.46
Hex 35 1D CD 4A 56 0 14 F8 4B 2E
Octal 65 35 315 112 126 0 24 370 113 56
Binary 110101 11101 11001101 1001010 1010110 0 10100 11111000 1001011 101110

Color Harmonies of #351DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DCD

Black with #351DCD

Text Example


Text Example

White with #351DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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