Html Css Color HEX #352FAE Persian Blue

📋 copy color: '#352FAE'

red 53 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #352FAE

Tints of Persian Blue #352FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 19.34%
G = 17.15%
B = 63.5%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#352FAE (or 0x352FAE) is known color: Persian Blue. HEX triplet: 35, 2F and AE. RGB value is (53,47,174). Sum of RGB (Red+Green+Blue) = 53+47+174=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #352FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352FAE is #CAD051. Grayscale: #3E3E3E. Windows color (decimal): -13291602 or 11415349. OLE color: 11415349.

HSL color Cylindrical-coordinate representation of color #352FAE: hue angle of 242.83º 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 #352FAE is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 47 174 -
CMYK 0.70 0.73 0 0.32
HSL 242.83º 0.57% 0.43% -
HSV(B) 242.83º 0.73% 0.68% -
XYZ 10.12 5.85 40.64 -
YUV 63.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 53 47 174 0.70 0.73 0 0.32 242.83 0.57 0.43
Hex 35 2F AE 46 49 0 20 F3 39 2B
Octal 65 57 256 106 111 0 40 363 71 53
Binary 110101 101111 10101110 1000110 1001001 0 100000 11110011 111001 101011

Color Harmonies of #352FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FAE

Black with #352FAE

Text Example


Text Example

White with #352FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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