Html Css Color HEX #352CDD Persian Blue

📋 copy color: '#352CDD'

red 53 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #352CDD

Tints of Persian Blue #352CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 16.67%
G = 13.84%
B = 69.5%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#352CDD (or 0x352CDD) is known color: Persian Blue. HEX triplet: 35, 2C and DD. RGB value is (53,44,221). Sum of RGB (Red+Green+Blue) = 53+44+221=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #352CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CDD is #CAD322. Grayscale: #424242. Windows color (decimal): -13292323 or 14494773. OLE color: 14494773.

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

Color convert

RGB 53 44 221 -
CMYK 0.76 0.80 0 0.13
HSL 243.05º 0.72% 0.52% -
HSV(B) 243.05º 0.8% 0.87% -
XYZ 15.42 7.78 69.1 -
YUV 66.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 53 44 221 0.76 0.80 0 0.13 243.05 0.72 0.52
Hex 35 2C DD 4C 50 0 D F3 48 34
Octal 65 54 335 114 120 0 15 363 110 64
Binary 110101 101100 11011101 1001100 1010000 0 1101 11110011 1001000 110100

Color Harmonies of #352CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CDD

Black with #352CDD

Text Example


Text Example

White with #352CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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