Html Css Color HEX #353CAD Persian Blue

📋 copy color: '#353CAD'

red 53 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #353CAD

Tints of Persian Blue #353CAD

RGB

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

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

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

R = 18.53%
G = 20.98%
B = 60.49%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#353CAD (or 0x353CAD) is known color: Persian Blue. HEX triplet: 35, 3C and AD. RGB value is (53,60,173). Sum of RGB (Red+Green+Blue) = 53+60+173=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #353CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CAD is #CAC352. Grayscale: #464646. Windows color (decimal): -13288275 or 11353141. OLE color: 11353141.

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

Color convert

RGB 53 60 173 -
CMYK 0.69 0.65 0 0.32
HSL 236.5º 0.53% 0.44% -
HSV(B) 236.5º 0.69% 0.68% -
XYZ 10.63 7.01 40.33 -
YUV 70.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 53 60 173 0.69 0.65 0 0.32 236.5 0.53 0.44
Hex 35 3C AD 45 41 0 20 EC 35 2C
Octal 65 74 255 105 101 0 40 354 65 54
Binary 110101 111100 10101101 1000101 1000001 0 100000 11101100 110101 101100

Color Harmonies of #353CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CAD

Black with #353CAD

Text Example


Text Example

White with #353CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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