#35448F

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

Shades of Tory Blue #35448F

Tints of Tory Blue #35448F

Color information

#35448F (or 0x35448F) is unknown color: approx Tory Blue. HEX triplet: 35, 44 and 8F. RGB value is (53,68,143). Sum of RGB (Red+Green+Blue) = 53+68+143=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #35448F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35448F is #CABB70. Grayscale: #474747. Windows color (decimal): -13286257 or 9389109. OLE color: 9389109.

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

Color convert

RGB5368143-
CMYK0.630.5200.44
HSL230º45.92%38.43%-
HSV(B)230º62.94%56.08%-
XYZ8.496.8726.87-
YUV72.06168.03114.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 143 (56.25% from 255) = 54.17%
R=20.08%
G=25.76%
B=54.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53681430.630.5200.4423045.9238.43
Hex35448F3F3402Ce62e26
Octal6510421777640543465646
Binary110101100010010001111111111110100010110011100110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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