Html Css Color HEX #352FDF Persian Blue

📋 copy color: '#352FDF'

red 53 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #352FDF

Tints of Persian Blue #352FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 16.41%
G = 14.55%
B = 69.04%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#352FDF (or 0x352FDF) is known color: Persian Blue. HEX triplet: 35, 2F and DF. RGB value is (53,47,223). Sum of RGB (Red+Green+Blue) = 53+47+223=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #352FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FDF is #CAD020. Grayscale: #444444. Windows color (decimal): -13291553 or 14626613. OLE color: 14626613.

HSL color Cylindrical-coordinate representation of color #352FDF: hue angle of 242.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352FDF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 47 223 -
CMYK 0.76 0.79 0 0.13
HSL 242.05º 0.73% 0.53% -
HSV(B) 242.05º 0.79% 0.87% -
XYZ 15.8 8.12 70.55 -
YUV 68.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 53 47 223 0.76 0.79 0 0.13 242.05 0.73 0.53
Hex 35 2F DF 4C 4F 0 D F2 49 35
Octal 65 57 337 114 117 0 15 362 111 65
Binary 110101 101111 11011111 1001100 1001111 0 1101 11110010 1001001 110101

Color Harmonies of #352FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FDF

Black with #352FDF

Text Example


Text Example

White with #352FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,47,223); }

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

background-color css

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

 a { background-color: rgb(53,47,223); }

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

border-color css

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

 span { border-color: rgb(53,47,223); }

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