Html Css Color HEX #352BAE Persian Blue

📋 copy color: '#352BAE'

red 53 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #352BAE

Tints of Persian Blue #352BAE

RGB

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

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

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

R = 19.63%
G = 15.93%
B = 64.44%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#352BAE (or 0x352BAE) is known color: Persian Blue. HEX triplet: 35, 2B and AE. RGB value is (53,43,174). Sum of RGB (Red+Green+Blue) = 53+43+174=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #352BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352BAE is #CAD451. Grayscale: #3C3C3C. Windows color (decimal): -13292626 or 11414325. OLE color: 11414325.

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

Color convert

RGB 53 43 174 -
CMYK 0.70 0.75 0 0.32
HSL 244.58º 0.6% 0.43% -
HSV(B) 244.58º 0.75% 0.68% -
XYZ 9.97 5.54 40.59 -
YUV 60.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 53 43 174 0.70 0.75 0 0.32 244.58 0.6 0.43
Hex 35 2B AE 46 4B 0 20 F5 3C 2B
Octal 65 53 256 106 113 0 40 365 74 53
Binary 110101 101011 10101110 1000110 1001011 0 100000 11110101 111100 101011

Color Harmonies of #352BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BAE

Black with #352BAE

Text Example


Text Example

White with #352BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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