Html Css Color HEX #352EAA Persian Blue

📋 copy color: '#352EAA'

red 53 ◦ green 46 ◦ blue 170

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

Shades of Persian Blue #352EAA

Tints of Persian Blue #352EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 19.7%
G = 17.1%
B = 63.2%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#352EAA (or 0x352EAA) is known color: Persian Blue. HEX triplet: 35, 2E and AA. RGB value is (53,46,170). Sum of RGB (Red+Green+Blue) = 53+46+170=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #352EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352EAA is #CAD155. Grayscale: #3D3D3D. Windows color (decimal): -13291862 or 11152949. OLE color: 11152949.

HSL color Cylindrical-coordinate representation of color #352EAA: hue angle of 243.39º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352EAA is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 46 170 -
CMYK 0.69 0.73 0 0.33
HSL 243.39º 0.57% 0.42% -
HSV(B) 243.39º 0.73% 0.67% -
XYZ 9.7 5.61 38.6 -
YUV 62.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 53 46 170 0.69 0.73 0 0.33 243.39 0.57 0.42
Hex 35 2E AA 45 49 0 21 F3 39 2A
Octal 65 56 252 105 111 0 41 363 71 52
Binary 110101 101110 10101010 1000101 1001001 0 100001 11110011 111001 101010

Color Harmonies of #352EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EAA

Black with #352EAA

Text Example


Text Example

White with #352EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,170); }

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

background-color css

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

 a { background-color: rgb(53,46,170); }

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

border-color css

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

 span { border-color: rgb(53,46,170); }

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