Html Css Color HEX #352BAD Persian Blue

📋 copy color: '#352BAD'

red 53 ◦ green 43 ◦ blue 173

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

Shades of Persian Blue #352BAD

Tints of Persian Blue #352BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

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

R = 19.7%
G = 15.99%
B = 64.31%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#352BAD (or 0x352BAD) is known color: Persian Blue. HEX triplet: 35, 2B and AD. RGB value is (53,43,173). Sum of RGB (Red+Green+Blue) = 53+43+173=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #352BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352BAD is #CAD452. Grayscale: #3C3C3C. Windows color (decimal): -13292627 or 11348789. OLE color: 11348789.

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

Color convert

RGB 53 43 173 -
CMYK 0.69 0.75 0 0.32
HSL 244.62º 0.6% 0.42% -
HSV(B) 244.62º 0.75% 0.68% -
XYZ 9.87 5.5 40.08 -
YUV 60.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 53 43 173 0.69 0.75 0 0.32 244.62 0.6 0.42
Hex 35 2B AD 45 4B 0 20 F5 3C 2A
Octal 65 53 255 105 113 0 40 365 74 52
Binary 110101 101011 10101101 1000101 1001011 0 100000 11110101 111100 101010

Color Harmonies of #352BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BAD

Black with #352BAD

Text Example


Text Example

White with #352BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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