Html Css Color HEX #353DAD Persian Blue

📋 copy color: '#353DAD'

red 53 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #353DAD

Tints of Persian Blue #353DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

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

R = 18.47%
G = 21.25%
B = 60.28%

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

#353DAD (or 0x353DAD) is known color: Persian Blue. HEX triplet: 35, 3D and AD. RGB value is (53,61,173). Sum of RGB (Red+Green+Blue) = 53+61+173=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #353DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353DAD is #CAC252. Grayscale: #464646. Windows color (decimal): -13288019 or 11353397. OLE color: 11353397.

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

Color convert

RGB 53 61 173 -
CMYK 0.69 0.65 0 0.32
HSL 236º 0.53% 0.44% -
HSV(B) 236º 0.69% 0.68% -
XYZ 10.68 7.11 40.34 -
YUV 71.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 53 61 173 0.69 0.65 0 0.32 236 0.53 0.44
Hex 35 3D AD 45 41 0 20 EC 35 2C
Octal 65 75 255 105 101 0 40 354 65 54
Binary 110101 111101 10101101 1000101 1000001 0 100000 11101100 110101 101100

Color Harmonies of #353DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DAD

Black with #353DAD

Text Example


Text Example

White with #353DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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