Html Css Color HEX #351ECD Persian Blue

📋 copy color: '#351ECD'

red 53 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #351ECD

Tints of Persian Blue #351ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 18.4%
G = 10.42%
B = 71.18%

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

#351ECD (or 0x351ECD) is known color: Persian Blue. HEX triplet: 35, 1E and CD. RGB value is (53,30,205). Sum of RGB (Red+Green+Blue) = 53+30+205=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #351ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ECD is #CAE132. Grayscale: #383838. Windows color (decimal): -13295923 or 13442613. OLE color: 13442613.

HSL color Cylindrical-coordinate representation of color #351ECD: hue angle of 247.89º 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 #351ECD is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 30 205 -
CMYK 0.74 0.85 0 0.20
HSL 247.89º 0.74% 0.46% -
HSV(B) 247.89º 0.85% 0.8% -
XYZ 12.95 6.09 58.25 -
YUV 56.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 53 30 205 0.74 0.85 0 0.20 247.89 0.74 0.46
Hex 35 1E CD 4A 55 0 14 F8 4A 2E
Octal 65 36 315 112 125 0 24 370 112 56
Binary 110101 11110 11001101 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #351ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ECD

Black with #351ECD

Text Example


Text Example

White with #351ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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