Html Css Color HEX #352ACB Persian Blue

📋 copy color: '#352ACB'

red 53 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #352ACB

Tints of Persian Blue #352ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 17.79%
G = 14.09%
B = 68.12%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#352ACB (or 0x352ACB) is known color: Persian Blue. HEX triplet: 35, 2A and CB. RGB value is (53,42,203). Sum of RGB (Red+Green+Blue) = 53+42+203=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #352ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ACB is #CAD534. Grayscale: #3F3F3F. Windows color (decimal): -13292853 or 13314613. OLE color: 13314613.

HSL color Cylindrical-coordinate representation of color #352ACB: hue angle of 244.1º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352ACB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 42 203 -
CMYK 0.74 0.79 0 0.20
HSL 244.1º 0.66% 0.48% -
HSV(B) 244.1º 0.79% 0.8% -
XYZ 13.08 6.72 57.11 -
YUV 63.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 53 42 203 0.74 0.79 0 0.20 244.1 0.66 0.48
Hex 35 2A CB 4A 4F 0 14 F4 42 30
Octal 65 52 313 112 117 0 24 364 102 60
Binary 110101 101010 11001011 1001010 1001111 0 10100 11110100 1000010 110000

Color Harmonies of #352ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352ACB

Black with #352ACB

Text Example


Text Example

White with #352ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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