Html Css Color HEX #353CAF Persian Blue

📋 copy color: '#353CAF'

red 53 ◦ green 60 ◦ blue 175

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

Shades of Persian Blue #353CAF

Tints of Persian Blue #353CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 18.4%
G = 20.83%
B = 60.76%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#353CAF (or 0x353CAF) is known color: Persian Blue. HEX triplet: 35, 3C and AF. RGB value is (53,60,175). Sum of RGB (Red+Green+Blue) = 53+60+175=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #353CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAF is #CAC350. Grayscale: #464646. Windows color (decimal): -13288273 or 11484213. OLE color: 11484213.

HSL color Cylindrical-coordinate representation of color #353CAF: hue angle of 236.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353CAF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 60 175 -
CMYK 0.70 0.66 0 0.31
HSL 236.56º 0.54% 0.45% -
HSV(B) 236.56º 0.7% 0.69% -
XYZ 10.82 7.08 41.35 -
YUV 71.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 53 60 175 0.70 0.66 0 0.31 236.56 0.54 0.45
Hex 35 3C AF 46 42 0 1F ED 36 2D
Octal 65 74 257 106 102 0 37 355 66 55
Binary 110101 111100 10101111 1000110 1000010 0 11111 11101101 110110 101101

Color Harmonies of #353CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CAF

Black with #353CAF

Text Example


Text Example

White with #353CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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