Html Css Color HEX #352ABA Persian Blue

📋 copy color: '#352ABA'

red 53 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #352ABA

Tints of Persian Blue #352ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 18.86%
G = 14.95%
B = 66.19%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#352ABA (or 0x352ABA) is known color: Persian Blue. HEX triplet: 35, 2A and BA. RGB value is (53,42,186). Sum of RGB (Red+Green+Blue) = 53+42+186=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #352ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ABA is #CAD545. Grayscale: #3D3D3D. Windows color (decimal): -13292870 or 12200501. OLE color: 12200501.

HSL color Cylindrical-coordinate representation of color #352ABA: hue angle of 244.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352ABA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 42 186 -
CMYK 0.72 0.77 0 0.27
HSL 244.58º 0.63% 0.45% -
HSV(B) 244.58º 0.77% 0.73% -
XYZ 11.16 5.96 47.02 -
YUV 61.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 53 42 186 0.72 0.77 0 0.27 244.58 0.63 0.45
Hex 35 2A BA 48 4D 0 1B F5 3F 2D
Octal 65 52 272 110 115 0 33 365 77 55
Binary 110101 101010 10111010 1001000 1001101 0 11011 11110101 111111 101101

Color Harmonies of #352ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352ABA

Black with #352ABA

Text Example


Text Example

White with #352ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,186); }

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

background-color css

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

 a { background-color: rgb(53,42,186); }

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

border-color css

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

 span { border-color: rgb(53,42,186); }

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