Html Css Color HEX #352EDB Persian Blue

📋 copy color: '#352EDB'

red 53 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #352EDB

Tints of Persian Blue #352EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

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

R = 16.67%
G = 14.47%
B = 68.87%

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

#352EDB (or 0x352EDB) is known color: Persian Blue. HEX triplet: 35, 2E and DB. RGB value is (53,46,219). Sum of RGB (Red+Green+Blue) = 53+46+219=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #352EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EDB is #CAD124. Grayscale: #434343. Windows color (decimal): -13291813 or 14364213. OLE color: 14364213.

HSL color Cylindrical-coordinate representation of color #352EDB: hue angle of 242.43º degrees, saturation: 0.71, 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 #352EDB is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 46 219 -
CMYK 0.76 0.79 0 0.14
HSL 242.43º 0.71% 0.52% -
HSV(B) 242.43º 0.79% 0.86% -
XYZ 15.23 7.83 67.73 -
YUV 67.82 213.32 117.43 -
System Red Green Blue C M Y K H S L
Decimal 53 46 219 0.76 0.79 0 0.14 242.43 0.71 0.52
Hex 35 2E DB 4C 4F 0 E F2 47 34
Octal 65 56 333 114 117 0 16 362 107 64
Binary 110101 101110 11011011 1001100 1001111 0 1110 11110010 1000111 110100

Color Harmonies of #352EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352EDB

Black with #352EDB

Text Example


Text Example

White with #352EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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