Html Css Color HEX #352BAF Persian Blue

📋 copy color: '#352BAF'

red 53 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #352BAF

Tints of Persian Blue #352BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.58%

R = 19.56%
G = 15.87%
B = 64.58%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#352BAF (or 0x352BAF) is known color: Persian Blue. HEX triplet: 35, 2B and AF. RGB value is (53,43,175). Sum of RGB (Red+Green+Blue) = 53+43+175=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #352BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352BAF is #CAD450. Grayscale: #3C3C3C. Windows color (decimal): -13292625 or 11479861. OLE color: 11479861.

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

Color convert

RGB 53 43 175 -
CMYK 0.70 0.75 0 0.31
HSL 244.55º 0.61% 0.43% -
HSV(B) 244.55º 0.75% 0.69% -
XYZ 10.07 5.58 41.1 -
YUV 61.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 53 43 175 0.70 0.75 0 0.31 244.55 0.61 0.43
Hex 35 2B AF 46 4B 0 1F F5 3D 2B
Octal 65 53 257 106 113 0 37 365 75 53
Binary 110101 101011 10101111 1000110 1001011 0 11111 11110101 111101 101011

Color Harmonies of #352BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BAF

Black with #352BAF

Text Example


Text Example

White with #352BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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