#35419B

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

Shades of Tory Blue #35419B

Tints of Tory Blue #35419B

Color information

#35419B (or 0x35419B) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 9B. RGB value is (53,65,155). Sum of RGB (Red+Green+Blue) = 53+65+155=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #35419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35419B is #CABE64. Grayscale: #474747. Windows color (decimal): -13287013 or 10174773. OLE color: 10174773.

HSL color Cylindrical-coordinate representation of color #35419B: hue angle of 232.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35419B is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5365155-
CMYK0.660.5800.39
HSL232.94º49.04%40.78%-
HSV(B)232.94º65.81%60.78%-
XYZ9.276.931.85-
YUV71.67175.02114.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=19.41%
G=23.81%
B=56.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53651550.660.5800.39232.9449.0440.78
Hex35419B423A027e93129
Octal65101233102720473516151
Binary1101011000001100110111000010111010010011111101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35419B; }

 p { color: rgb(53,65,155); }

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

<style>
 a { background-color: #35419B; }

 a { background-color: rgb(53,65,155); }

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

<style>
 span { border-color: #35419B; }

 span { border-color: rgb(53,65,155); }

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