Html Css Color HEX #352FAF Persian Blue

📋 copy color: '#352FAF'

red 53 ◦ green 47 ◦ blue 175

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

Shades of Persian Blue #352FAF

Tints of Persian Blue #352FAF

RGB

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

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

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

R = 19.27%
G = 17.09%
B = 63.64%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#352FAF (or 0x352FAF) is known color: Persian Blue. HEX triplet: 35, 2F and AF. RGB value is (53,47,175). Sum of RGB (Red+Green+Blue) = 53+47+175=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #352FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352FAF is #CAD050. Grayscale: #3E3E3E. Windows color (decimal): -13291601 or 11480885. OLE color: 11480885.

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

Color convert

RGB 53 47 175 -
CMYK 0.70 0.73 0 0.31
HSL 242.81º 0.58% 0.44% -
HSV(B) 242.81º 0.73% 0.69% -
XYZ 10.22 5.89 41.15 -
YUV 63.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 53 47 175 0.70 0.73 0 0.31 242.81 0.58 0.44
Hex 35 2F AF 46 49 0 1F F3 3A 2C
Octal 65 57 257 106 111 0 37 363 72 54
Binary 110101 101111 10101111 1000110 1001001 0 11111 11110011 111010 101100

Color Harmonies of #352FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FAF

Black with #352FAF

Text Example


Text Example

White with #352FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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