Html Css Color HEX #352FAD Persian Blue

📋 copy color: '#352FAD'

red 53 ◦ green 47 ◦ blue 173

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

Shades of Persian Blue #352FAD

Tints of Persian Blue #352FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

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

R = 19.41%
G = 17.22%
B = 63.37%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#352FAD (or 0x352FAD) is known color: Persian Blue. HEX triplet: 35, 2F and AD. RGB value is (53,47,173). Sum of RGB (Red+Green+Blue) = 53+47+173=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #352FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352FAD is #CAD052. Grayscale: #3E3E3E. Windows color (decimal): -13291603 or 11349813. OLE color: 11349813.

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

Color convert

RGB 53 47 173 -
CMYK 0.69 0.73 0 0.32
HSL 242.86º 0.57% 0.43% -
HSV(B) 242.86º 0.73% 0.68% -
XYZ 10.03 5.81 40.13 -
YUV 63.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 53 47 173 0.69 0.73 0 0.32 242.86 0.57 0.43
Hex 35 2F AD 45 49 0 20 F3 39 2B
Octal 65 57 255 105 111 0 40 363 71 53
Binary 110101 101111 10101101 1000101 1001001 0 100000 11110011 111001 101011

Color Harmonies of #352FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FAD

Black with #352FAD

Text Example


Text Example

White with #352FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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