Html Css Color HEX #352ABE Persian Blue

📋 copy color: '#352ABE'

red 53 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #352ABE

Tints of Persian Blue #352ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 18.6%
G = 14.74%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#352ABE (or 0x352ABE) is known color: Persian Blue. HEX triplet: 35, 2A and BE. RGB value is (53,42,190). Sum of RGB (Red+Green+Blue) = 53+42+190=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #352ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ABE is #CAD541. Grayscale: #3D3D3D. Windows color (decimal): -13292866 or 12462645. OLE color: 12462645.

HSL color Cylindrical-coordinate representation of color #352ABE: hue angle of 244.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352ABE is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 42 190 -
CMYK 0.72 0.78 0 0.25
HSL 244.46º 0.64% 0.45% -
HSV(B) 244.46º 0.78% 0.75% -
XYZ 11.59 6.13 49.29 -
YUV 62.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 53 42 190 0.72 0.78 0 0.25 244.46 0.64 0.45
Hex 35 2A BE 48 4E 0 19 F4 40 2D
Octal 65 52 276 110 116 0 31 364 100 55
Binary 110101 101010 10111110 1001000 1001110 0 11001 11110100 1000000 101101

Color Harmonies of #352ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352ABE

Black with #352ABE

Text Example


Text Example

White with #352ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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