Html Css Color HEX #353AB7 Persian Blue

📋 copy color: '#353AB7'

red 53 ◦ green 58 ◦ blue 183

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

Shades of Persian Blue #353AB7

Tints of Persian Blue #353AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 62.24%

R = 18.03%
G = 19.73%
B = 62.24%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#353AB7 (or 0x353AB7) is known color: Persian Blue. HEX triplet: 35, 3A and B7. RGB value is (53,58,183). Sum of RGB (Red+Green+Blue) = 53+58+183=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #353AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AB7 is #CAC548. Grayscale: #464646. Windows color (decimal): -13288777 or 12007989. OLE color: 12007989.

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

Color convert

RGB 53 58 183 -
CMYK 0.71 0.68 0 0.28
HSL 237.69º 0.55% 0.46% -
HSV(B) 237.69º 0.71% 0.72% -
XYZ 11.53 7.2 45.58 -
YUV 70.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 53 58 183 0.71 0.68 0 0.28 237.69 0.55 0.46
Hex 35 3A B7 47 44 0 1C EE 37 2E
Octal 65 72 267 107 104 0 34 356 67 56
Binary 110101 111010 10110111 1000111 1000100 0 11100 11101110 110111 101110

Color Harmonies of #353AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AB7

Black with #353AB7

Text Example


Text Example

White with #353AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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