Html Css Color HEX #353CB9 Persian Blue

📋 copy color: '#353CB9'

red 53 ◦ green 60 ◦ blue 185

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

Shades of Persian Blue #353CB9

Tints of Persian Blue #353CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 185 (72.66% from 255) = 62.08%

R = 17.79%
G = 20.13%
B = 62.08%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#353CB9 (or 0x353CB9) is known color: Persian Blue. HEX triplet: 35, 3C and B9. RGB value is (53,60,185). Sum of RGB (Red+Green+Blue) = 53+60+185=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #353CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353CB9 is #CAC346. Grayscale: #474747. Windows color (decimal): -13288263 or 12139573. OLE color: 12139573.

HSL color Cylindrical-coordinate representation of color #353CB9: hue angle of 236.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #353CB9 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 60 185 -
CMYK 0.71 0.68 0 0.27
HSL 236.82º 0.55% 0.47% -
HSV(B) 236.82º 0.71% 0.73% -
XYZ 11.84 7.49 46.72 -
YUV 72.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 53 60 185 0.71 0.68 0 0.27 236.82 0.55 0.47
Hex 35 3C B9 47 44 0 1B ED 37 2F
Octal 65 74 271 107 104 0 33 355 67 57
Binary 110101 111100 10111001 1000111 1000100 0 11011 11101101 110111 101111

Color Harmonies of #353CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CB9

Black with #353CB9

Text Example


Text Example

White with #353CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353CB9; }

 p { color: rgb(53,60,185); }

 H1.HeaderClassName
 {
   color: #353CB9;
 }
 .AnyTagClassName
 {
   color: #353CB9;
 }
</style>

background-color css

<style>
 a { background-color: #353CB9; }

 a { background-color: rgb(53,60,185); }

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

border-color css

<style>
 span { border-color: #353CB9; }

 span { border-color: rgb(53,60,185); }

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