Html Css Color HEX #35518F Tory Blue

📋 copy color: '#35518F'

red 53 ◦ green 81 ◦ blue 143

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

Shades of Tory Blue #35518F

Tints of Tory Blue #35518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 19.13%
G = 29.24%
B = 51.62%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35518F (or 0x35518F) is known color: Tory Blue. HEX triplet: 35, 51 and 8F. RGB value is (53,81,143). Sum of RGB (Red+Green+Blue) = 53+81+143=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #35518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35518F is #CAAE70. Grayscale: #4F4F4F. Windows color (decimal): -13282929 or 9392437. OLE color: 9392437.

HSL color Cylindrical-coordinate representation of color #35518F: hue angle of 221.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35518F is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 81 143 -
CMYK 0.63 0.43 0 0.44
HSL 221.33º 0.46% 0.38% -
HSV(B) 221.33º 0.63% 0.56% -
XYZ 9.37 8.62 27.16 -
YUV 79.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 53 81 143 0.63 0.43 0 0.44 221.33 0.46 0.38
Hex 35 51 8F 3F 2B 0 2C DD 2E 26
Octal 65 121 217 77 53 0 54 335 56 46
Binary 110101 1010001 10001111 111111 101011 0 101100 11011101 101110 100110

Color Harmonies of #35518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35518F

Black with #35518F

Text Example


Text Example

White with #35518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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