Html Css Color HEX #352CDC Persian Blue

📋 copy color: '#352CDC'

red 53 ◦ green 44 ◦ blue 220

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

Shades of Persian Blue #352CDC

Tints of Persian Blue #352CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 16.72%
G = 13.88%
B = 69.4%

CMYK

 C value IS 0.76

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#352CDC (or 0x352CDC) is known color: Persian Blue. HEX triplet: 35, 2C and DC. RGB value is (53,44,220). Sum of RGB (Red+Green+Blue) = 53+44+220=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #352CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CDC is #CAD323. Grayscale: #424242. Windows color (decimal): -13292324 or 14429237. OLE color: 14429237.

HSL color Cylindrical-coordinate representation of color #352CDC: hue angle of 243.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352CDC is Cyan = 0.76, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 44 220 -
CMYK 0.76 0.8 0 0.14
HSL 243.07º 0.72% 0.52% -
HSV(B) 243.07º 0.8% 0.86% -
XYZ 15.29 7.73 68.4 -
YUV 66.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 53 44 220 0.76 0.8 0 0.14 243.07 0.72 0.52
Hex 35 2C DC 4C 50 0 E F3 48 34
Octal 65 54 334 114 120 0 16 363 110 64
Binary 110101 101100 11011100 1001100 1010000 0 1110 11110011 1001000 110100

Color Harmonies of #352CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CDC

Black with #352CDC

Text Example


Text Example

White with #352CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,220); }

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

background-color css

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

 a { background-color: rgb(53,44,220); }

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

border-color css

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

 span { border-color: rgb(53,44,220); }

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