Html Css Color HEX #353EAE Persian Blue

📋 copy color: '#353EAE'

red 53 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #353EAE

Tints of Persian Blue #353EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 18.34%
G = 21.45%
B = 60.21%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#353EAE (or 0x353EAE) is known color: Persian Blue. HEX triplet: 35, 3E and AE. RGB value is (53,62,174). Sum of RGB (Red+Green+Blue) = 53+62+174=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #353EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EAE is #CAC151. Grayscale: #474747. Windows color (decimal): -13287762 or 11419189. OLE color: 11419189.

HSL color Cylindrical-coordinate representation of color #353EAE: hue angle of 235.54º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353EAE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 62 174 -
CMYK 0.70 0.64 0 0.32
HSL 235.54º 0.53% 0.45% -
HSV(B) 235.54º 0.7% 0.68% -
XYZ 10.83 7.26 40.87 -
YUV 72.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 53 62 174 0.70 0.64 0 0.32 235.54 0.53 0.45
Hex 35 3E AE 46 40 0 20 EC 35 2D
Octal 65 76 256 106 100 0 40 354 65 55
Binary 110101 111110 10101110 1000110 1000000 0 100000 11101100 110101 101101

Color Harmonies of #353EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EAE

Black with #353EAE

Text Example


Text Example

White with #353EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353EAE; }

 p { color: rgb(53,62,174); }

 H1.HeaderClassName
 {
   color: #353EAE;
 }
 .AnyTagClassName
 {
   color: #353EAE;
 }
</style>

background-color css

<style>
 a { background-color: #353EAE; }

 a { background-color: rgb(53,62,174); }

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

border-color css

<style>
 span { border-color: #353EAE; }

 span { border-color: rgb(53,62,174); }

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