Html Css Color HEX #353FAD Persian Blue

📋 copy color: '#353FAD'

red 53 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #353FAD

Tints of Persian Blue #353FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 18.34%
G = 21.8%
B = 59.86%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#353FAD (or 0x353FAD) is known color: Persian Blue. HEX triplet: 35, 3F and AD. RGB value is (53,63,173). Sum of RGB (Red+Green+Blue) = 53+63+173=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #353FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FAD is #CAC052. Grayscale: #484848. Windows color (decimal): -13287507 or 11353909. OLE color: 11353909.

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

Color convert

RGB 53 63 173 -
CMYK 0.69 0.64 0 0.32
HSL 235º 0.53% 0.44% -
HSV(B) 235º 0.69% 0.68% -
XYZ 10.79 7.33 40.38 -
YUV 72.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 53 63 173 0.69 0.64 0 0.32 235 0.53 0.44
Hex 35 3F AD 45 40 0 20 EB 35 2C
Octal 65 77 255 105 100 0 40 353 65 54
Binary 110101 111111 10101101 1000101 1000000 0 100000 11101011 110101 101100

Color Harmonies of #353FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FAD

Black with #353FAD

Text Example


Text Example

White with #353FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,173); }

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

background-color css

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

 a { background-color: rgb(53,63,173); }

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

border-color css

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

 span { border-color: rgb(53,63,173); }

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