Html Css Color HEX #352CDA Persian Blue

📋 copy color: '#352CDA'

red 53 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #352CDA

Tints of Persian Blue #352CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 16.83%
G = 13.97%
B = 69.21%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#352CDA (or 0x352CDA) is known color: Persian Blue. HEX triplet: 35, 2C and DA. RGB value is (53,44,218). Sum of RGB (Red+Green+Blue) = 53+44+218=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #352CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352CDA is #CAD325. Grayscale: #414141. Windows color (decimal): -13292326 or 14298165. OLE color: 14298165.

HSL color Cylindrical-coordinate representation of color #352CDA: hue angle of 243.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #352CDA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 44 218 -
CMYK 0.76 0.80 0 0.15
HSL 243.1º 0.7% 0.51% -
HSV(B) 243.1º 0.8% 0.85% -
XYZ 15.02 7.62 67.01 -
YUV 66.53 213.48 118.35 -
System Red Green Blue C M Y K H S L
Decimal 53 44 218 0.76 0.80 0 0.15 243.1 0.7 0.51
Hex 35 2C DA 4C 50 0 F F3 46 33
Octal 65 54 332 114 120 0 17 363 106 63
Binary 110101 101100 11011010 1001100 1010000 0 1111 11110011 1000110 110011

Color Harmonies of #352CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352CDA

Black with #352CDA

Text Example


Text Example

White with #352CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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