Html Css Color HEX #352ECE Persian Blue

📋 copy color: '#352ECE'

red 53 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #352ECE

Tints of Persian Blue #352ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

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

R = 17.38%
G = 15.08%
B = 67.54%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#352ECE (or 0x352ECE) is known color: Persian Blue. HEX triplet: 35, 2E and CE. RGB value is (53,46,206). Sum of RGB (Red+Green+Blue) = 53+46+206=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #352ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ECE is #CAD131. Grayscale: #414141. Windows color (decimal): -13291826 or 13512245. OLE color: 13512245.

HSL color Cylindrical-coordinate representation of color #352ECE: hue angle of 242.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352ECE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 46 206 -
CMYK 0.74 0.78 0 0.19
HSL 242.63º 0.63% 0.49% -
HSV(B) 242.63º 0.78% 0.81% -
XYZ 13.59 7.17 59.06 -
YUV 66.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 53 46 206 0.74 0.78 0 0.19 242.63 0.63 0.49
Hex 35 2E CE 4A 4E 0 13 F3 3F 31
Octal 65 56 316 112 116 0 23 363 77 61
Binary 110101 101110 11001110 1001010 1001110 0 10011 11110011 111111 110001

Color Harmonies of #352ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352ECE

Black with #352ECE

Text Example


Text Example

White with #352ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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