Html Css Color HEX #351ECE Persian Blue

📋 copy color: '#351ECE'

red 53 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #351ECE

Tints of Persian Blue #351ECE

RGB

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

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

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

R = 18.34%
G = 10.38%
B = 71.28%

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

#351ECE (or 0x351ECE) is known color: Persian Blue. HEX triplet: 35, 1E and CE. RGB value is (53,30,206). Sum of RGB (Red+Green+Blue) = 53+30+206=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #351ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ECE is #CAE131. Grayscale: #383838. Windows color (decimal): -13295922 or 13508149. OLE color: 13508149.

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

Color convert

RGB 53 30 206 -
CMYK 0.74 0.85 0 0.19
HSL 247.84º 0.75% 0.46% -
HSV(B) 247.84º 0.85% 0.81% -
XYZ 13.07 6.14 58.89 -
YUV 56.94 212.12 125.19 -
System Red Green Blue C M Y K H S L
Decimal 53 30 206 0.74 0.85 0 0.19 247.84 0.75 0.46
Hex 35 1E CE 4A 55 0 13 F8 4B 2E
Octal 65 36 316 112 125 0 23 370 113 56
Binary 110101 11110 11001110 1001010 1010101 0 10011 11111000 1001011 101110

Color Harmonies of #351ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ECE

Black with #351ECE

Text Example


Text Example

White with #351ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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