Html Css Color HEX #35558F Tory Blue

📋 copy color: '#35558F'

red 53 ◦ green 85 ◦ blue 143

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

Shades of Tory Blue #35558F

Tints of Tory Blue #35558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 18.86%
G = 30.25%
B = 50.89%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35558F (or 0x35558F) is known color: Tory Blue. HEX triplet: 35, 55 and 8F. RGB value is (53,85,143). Sum of RGB (Red+Green+Blue) = 53+85+143=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #35558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35558F is #CAAA70. Grayscale: #515151. Windows color (decimal): -13281905 or 9393461. OLE color: 9393461.

HSL color Cylindrical-coordinate representation of color #35558F: hue angle of 218.67º 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 #35558F is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 85 143 -
CMYK 0.63 0.41 0 0.44
HSL 218.67º 0.46% 0.38% -
HSV(B) 218.67º 0.63% 0.56% -
XYZ 9.67 9.24 27.26 -
YUV 82.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 53 85 143 0.63 0.41 0 0.44 218.67 0.46 0.38
Hex 35 55 8F 3F 29 0 2C DB 2E 26
Octal 65 125 217 77 51 0 54 333 56 46
Binary 110101 1010101 10001111 111111 101001 0 101100 11011011 101110 100110

Color Harmonies of #35558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35558F

Black with #35558F

Text Example


Text Example

White with #35558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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