Html Css Color HEX #35518D Tory Blue

📋 copy color: '#35518D'

red 53 ◦ green 81 ◦ blue 141

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

Shades of Tory Blue #35518D

Tints of Tory Blue #35518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 19.27%
G = 29.45%
B = 51.27%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35518D (or 0x35518D) is known color: Tory Blue. HEX triplet: 35, 51 and 8D. RGB value is (53,81,141). Sum of RGB (Red+Green+Blue) = 53+81+141=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #35518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518D is #CAAE72. Grayscale: #4F4F4F. Windows color (decimal): -13282931 or 9261365. OLE color: 9261365.

HSL color Cylindrical-coordinate representation of color #35518D: hue angle of 220.91º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35518D is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 81 141 -
CMYK 0.62 0.43 0 0.45
HSL 220.91º 0.45% 0.38% -
HSV(B) 220.91º 0.62% 0.55% -
XYZ 9.22 8.56 26.37 -
YUV 79.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 53 81 141 0.62 0.43 0 0.45 220.91 0.45 0.38
Hex 35 51 8D 3E 2B 0 2D DD 2D 26
Octal 65 121 215 76 53 0 55 335 55 46
Binary 110101 1010001 10001101 111110 101011 0 101101 11011101 101101 100110

Color Harmonies of #35518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35518D

Black with #35518D

Text Example


Text Example

White with #35518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35518D; }

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

 H1.HeaderClassName
 {
   color: #35518D;
 }
 .AnyTagClassName
 {
   color: #35518D;
 }
</style>

background-color css

<style>
 a { background-color: #35518D; }

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

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

border-color css

<style>
 span { border-color: #35518D; }

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

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