Html Css Color HEX #352BD1 Persian Blue

📋 copy color: '#352BD1'

red 53 ◦ green 43 ◦ blue 209

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

Shades of Persian Blue #352BD1

Tints of Persian Blue #352BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.52%

R = 17.38%
G = 14.1%
B = 68.52%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#352BD1 (or 0x352BD1) is known color: Persian Blue. HEX triplet: 35, 2B and D1. RGB value is (53,43,209). Sum of RGB (Red+Green+Blue) = 53+43+209=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #352BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BD1 is #CAD42E. Grayscale: #404040. Windows color (decimal): -13292591 or 13708085. OLE color: 13708085.

HSL color Cylindrical-coordinate representation of color #352BD1: hue angle of 243.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352BD1 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 43 209 -
CMYK 0.75 0.79 0 0.18
HSL 243.61º 0.66% 0.49% -
HSV(B) 243.61º 0.79% 0.82% -
XYZ 13.84 7.09 60.96 -
YUV 64.91 209.31 119.5 -
System Red Green Blue C M Y K H S L
Decimal 53 43 209 0.75 0.79 0 0.18 243.61 0.66 0.49
Hex 35 2B D1 4B 4F 0 12 F4 42 31
Octal 65 53 321 113 117 0 22 364 102 61
Binary 110101 101011 11010001 1001011 1001111 0 10010 11110100 1000010 110001

Color Harmonies of #352BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352BD1

Black with #352BD1

Text Example


Text Example

White with #352BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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