#35478F

Color #35478F Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #35478F

Tints of Tory Blue #35478F

Color information

#35478F (or 0x35478F) is unknown color: approx Tory Blue. HEX triplet: 35, 47 and 8F. RGB value is (53,71,143). Sum of RGB (Red+Green+Blue) = 53+71+143=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #35478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35478F is #CAB870. Grayscale: #494949. Windows color (decimal): -13285489 or 9389877. OLE color: 9389877.

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

Color convert

RGB5371143-
CMYK0.630.5000.44
HSL228º45.92%38.43%-
HSV(B)228º62.94%56.08%-
XYZ8.687.2526.93-
YUV73.83167.04113.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=19.85%
G=26.59%
B=53.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53711430.630.5000.4422845.9238.43
Hex35478F3F3202Ce42e26
Octal6510721777620543445646
Binary110101100011110001111111111110010010110011100100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35478F;
 }
 .AnyTagClassName
 {
   color: #35478F;
 }
</style>
background-color css

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

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

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

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

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

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