Html Css Color HEX #352FC9 Persian Blue

📋 copy color: '#352FC9'

red 53 ◦ green 47 ◦ blue 201

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

Shades of Persian Blue #352FC9

Tints of Persian Blue #352FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 66.78%

R = 17.61%
G = 15.61%
B = 66.78%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#352FC9 (or 0x352FC9) is known color: Persian Blue. HEX triplet: 35, 2F and C9. RGB value is (53,47,201). Sum of RGB (Red+Green+Blue) = 53+47+201=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #352FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FC9 is #CAD036. Grayscale: #414141. Windows color (decimal): -13291575 or 13184821. OLE color: 13184821.

HSL color Cylindrical-coordinate representation of color #352FC9: hue angle of 242.34º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352FC9 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 47 201 -
CMYK 0.74 0.77 0 0.21
HSL 242.34º 0.62% 0.49% -
HSV(B) 242.34º 0.77% 0.79% -
XYZ 13.03 7.01 55.92 -
YUV 66.35 203.99 118.48 -
System Red Green Blue C M Y K H S L
Decimal 53 47 201 0.74 0.77 0 0.21 242.34 0.62 0.49
Hex 35 2F C9 4A 4D 0 15 F2 3E 31
Octal 65 57 311 112 115 0 25 362 76 61
Binary 110101 101111 11001001 1001010 1001101 0 10101 11110010 111110 110001

Color Harmonies of #352FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352FC9

Black with #352FC9

Text Example


Text Example

White with #352FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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