Html Css Color HEX #352DAD Persian Blue

📋 copy color: '#352DAD'

red 53 ◦ green 45 ◦ blue 173

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

Shades of Persian Blue #352DAD

Tints of Persian Blue #352DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 19.56%
G = 16.61%
B = 63.84%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#352DAD (or 0x352DAD) is known color: Persian Blue. HEX triplet: 35, 2D and AD. RGB value is (53,45,173). Sum of RGB (Red+Green+Blue) = 53+45+173=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #352DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352DAD is #CAD252. Grayscale: #3D3D3D. Windows color (decimal): -13292115 or 11349301. OLE color: 11349301.

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

Color convert

RGB 53 45 173 -
CMYK 0.69 0.74 0 0.32
HSL 243.75º 0.59% 0.43% -
HSV(B) 243.75º 0.74% 0.68% -
XYZ 9.95 5.65 40.1 -
YUV 61.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 53 45 173 0.69 0.74 0 0.32 243.75 0.59 0.43
Hex 35 2D AD 45 4A 0 20 F4 3B 2B
Octal 65 55 255 105 112 0 40 364 73 53
Binary 110101 101101 10101101 1000101 1001010 0 100000 11110100 111011 101011

Color Harmonies of #352DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352DAD

Black with #352DAD

Text Example


Text Example

White with #352DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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