Html Css Color HEX #352EAB Persian Blue

📋 copy color: '#352EAB'

red 53 ◦ green 46 ◦ blue 171

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

Shades of Persian Blue #352EAB

Tints of Persian Blue #352EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 19.63%
G = 17.04%
B = 63.33%

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

#352EAB (or 0x352EAB) is known color: Persian Blue. HEX triplet: 35, 2E and AB. RGB value is (53,46,171). Sum of RGB (Red+Green+Blue) = 53+46+171=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #352EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352EAB is #CAD154. Grayscale: #3D3D3D. Windows color (decimal): -13291861 or 11218485. OLE color: 11218485.

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

Color convert

RGB 53 46 171 -
CMYK 0.69 0.73 0 0.33
HSL 243.36º 0.58% 0.43% -
HSV(B) 243.36º 0.73% 0.67% -
XYZ 9.8 5.65 39.1 -
YUV 62.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 53 46 171 0.69 0.73 0 0.33 243.36 0.58 0.43
Hex 35 2E AB 45 49 0 21 F3 3A 2B
Octal 65 56 253 105 111 0 41 363 72 53
Binary 110101 101110 10101011 1000101 1001001 0 100001 11110011 111010 101011

Color Harmonies of #352EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EAB

Black with #352EAB

Text Example


Text Example

White with #352EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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