Html Css Color HEX #35519F Tory Blue

📋 copy color: '#35519F'

red 53 ◦ green 81 ◦ blue 159

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

Shades of Tory Blue #35519F

Tints of Tory Blue #35519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 159 (62.5% from 255) = 54.27%

R = 18.09%
G = 27.65%
B = 54.27%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35519F (or 0x35519F) is known color: Tory Blue. HEX triplet: 35, 51 and 9F. RGB value is (53,81,159). Sum of RGB (Red+Green+Blue) = 53+81+159=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #35519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35519F is #CAAE60. Grayscale: #515151. Windows color (decimal): -13282913 or 10441013. OLE color: 10441013.

HSL color Cylindrical-coordinate representation of color #35519F: hue angle of 224.15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35519F is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 81 159 -
CMYK 0.67 0.49 0 0.38
HSL 224.15º 0.5% 0.42% -
HSV(B) 224.15º 0.67% 0.62% -
XYZ 10.67 9.14 34 -
YUV 81.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 53 81 159 0.67 0.49 0 0.38 224.15 0.5 0.42
Hex 35 51 9F 43 31 0 26 E0 32 2A
Octal 65 121 237 103 61 0 46 340 62 52
Binary 110101 1010001 10011111 1000011 110001 0 100110 11100000 110010 101010

Color Harmonies of #35519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35519F

Black with #35519F

Text Example


Text Example

White with #35519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35519F; }

 p { color: rgb(53,81,159); }

 H1.HeaderClassName
 {
   color: #35519F;
 }
 .AnyTagClassName
 {
   color: #35519F;
 }
</style>

background-color css

<style>
 a { background-color: #35519F; }

 a { background-color: rgb(53,81,159); }

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

border-color css

<style>
 span { border-color: #35519F; }

 span { border-color: rgb(53,81,159); }

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