Html Css Color HEX #353AB9 Persian Blue

📋 copy color: '#353AB9'

red 53 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #353AB9

Tints of Persian Blue #353AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 17.91%
G = 19.59%
B = 62.5%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#353AB9 (or 0x353AB9) is known color: Persian Blue. HEX triplet: 35, 3A and B9. RGB value is (53,58,185). Sum of RGB (Red+Green+Blue) = 53+58+185=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #353AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AB9 is #CAC546. Grayscale: #464646. Windows color (decimal): -13288775 or 12139061. OLE color: 12139061.

HSL color Cylindrical-coordinate representation of color #353AB9: hue angle of 237.73º 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 #353AB9 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 58 185 -
CMYK 0.71 0.69 0 0.27
HSL 237.73º 0.55% 0.47% -
HSV(B) 237.73º 0.71% 0.73% -
XYZ 11.74 7.29 46.69 -
YUV 70.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 53 58 185 0.71 0.69 0 0.27 237.73 0.55 0.47
Hex 35 3A B9 47 45 0 1B EE 37 2F
Octal 65 72 271 107 105 0 33 356 67 57
Binary 110101 111010 10111001 1000111 1000101 0 11011 11101110 110111 101111

Color Harmonies of #353AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AB9

Black with #353AB9

Text Example


Text Example

White with #353AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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