Html Css Color HEX #352BDA Persian Blue

📋 copy color: '#352BDA'

red 53 ◦ green 43 ◦ blue 218

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

Shades of Persian Blue #352BDA

Tints of Persian Blue #352BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 16.88%
G = 13.69%
B = 69.43%

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

#352BDA (or 0x352BDA) is known color: Persian Blue. HEX triplet: 35, 2B and DA. RGB value is (53,43,218). Sum of RGB (Red+Green+Blue) = 53+43+218=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #352BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BDA is #CAD425. Grayscale: #414141. Windows color (decimal): -13292582 or 14297909. OLE color: 14297909.

HSL color Cylindrical-coordinate representation of color #352BDA: hue angle of 243.43º 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 #352BDA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 43 218 -
CMYK 0.76 0.80 0 0.15
HSL 243.43º 0.7% 0.51% -
HSV(B) 243.43º 0.8% 0.85% -
XYZ 14.99 7.55 67 -
YUV 65.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 53 43 218 0.76 0.80 0 0.15 243.43 0.7 0.51
Hex 35 2B DA 4C 50 0 F F3 46 33
Octal 65 53 332 114 120 0 17 363 106 63
Binary 110101 101011 11011010 1001100 1010000 0 1111 11110011 1000110 110011

Color Harmonies of #352BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BDA

Black with #352BDA

Text Example


Text Example

White with #352BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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