Html Css Color HEX #353CAE Persian Blue

📋 copy color: '#353CAE'

red 53 ◦ green 60 ◦ blue 174

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

Shades of Persian Blue #353CAE

Tints of Persian Blue #353CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 18.47%
G = 20.91%
B = 60.63%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#353CAE (or 0x353CAE) is known color: Persian Blue. HEX triplet: 35, 3C and AE. RGB value is (53,60,174). Sum of RGB (Red+Green+Blue) = 53+60+174=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #353CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAE is #CAC351. Grayscale: #464646. Windows color (decimal): -13288274 or 11418677. OLE color: 11418677.

HSL color Cylindrical-coordinate representation of color #353CAE: hue angle of 236.53º 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 #353CAE is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 60 174 -
CMYK 0.70 0.66 0 0.32
HSL 236.53º 0.53% 0.45% -
HSV(B) 236.53º 0.7% 0.68% -
XYZ 10.72 7.04 40.84 -
YUV 70.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 53 60 174 0.70 0.66 0 0.32 236.53 0.53 0.45
Hex 35 3C AE 46 42 0 20 ED 35 2D
Octal 65 74 256 106 102 0 40 355 65 55
Binary 110101 111100 10101110 1000110 1000010 0 100000 11101101 110101 101101

Color Harmonies of #353CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CAE

Black with #353CAE

Text Example


Text Example

White with #353CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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