Html Css Color HEX #352FDB Persian Blue

📋 copy color: '#352FDB'

red 53 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #352FDB

Tints of Persian Blue #352FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 16.61%
G = 14.73%
B = 68.65%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#352FDB (or 0x352FDB) is known color: Persian Blue. HEX triplet: 35, 2F and DB. RGB value is (53,47,219). Sum of RGB (Red+Green+Blue) = 53+47+219=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #352FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FDB is #CAD024. Grayscale: #434343. Windows color (decimal): -13291557 or 14364469. OLE color: 14364469.

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

Color convert

RGB 53 47 219 -
CMYK 0.76 0.79 0 0.14
HSL 242.09º 0.7% 0.52% -
HSV(B) 242.09º 0.79% 0.86% -
XYZ 15.27 7.9 67.74 -
YUV 68.4 212.99 117.01 -
System Red Green Blue C M Y K H S L
Decimal 53 47 219 0.76 0.79 0 0.14 242.09 0.7 0.52
Hex 35 2F DB 4C 4F 0 E F2 46 34
Octal 65 57 333 114 117 0 16 362 106 64
Binary 110101 101111 11011011 1001100 1001111 0 1110 11110010 1000110 110100

Color Harmonies of #352FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FDB

Black with #352FDB

Text Example


Text Example

White with #352FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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