Html Css Color HEX #35469E Tory Blue

📋 copy color: '#35469E'

red 53 ◦ green 70 ◦ blue 158

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

Shades of Tory Blue #35469E

Tints of Tory Blue #35469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 18.86%
G = 24.91%
B = 56.23%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35469E (or 0x35469E) is known color: Tory Blue. HEX triplet: 35, 46 and 9E. RGB value is (53,70,158). Sum of RGB (Red+Green+Blue) = 53+70+158=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #35469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35469E is #CAB961. Grayscale: #4A4A4A. Windows color (decimal): -13285730 or 10372661. OLE color: 10372661.

HSL color Cylindrical-coordinate representation of color #35469E: hue angle of 230.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35469E is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 70 158 -
CMYK 0.66 0.56 0 0.38
HSL 230.29º 0.5% 0.41% -
HSV(B) 230.29º 0.66% 0.62% -
XYZ 9.83 7.61 33.3 -
YUV 74.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 53 70 158 0.66 0.56 0 0.38 230.29 0.5 0.41
Hex 35 46 9E 42 38 0 26 E6 32 29
Octal 65 106 236 102 70 0 46 346 62 51
Binary 110101 1000110 10011110 1000010 111000 0 100110 11100110 110010 101001

Color Harmonies of #35469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35469E

Black with #35469E

Text Example


Text Example

White with #35469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35469E; }

 p { color: rgb(53,70,158); }

 H1.HeaderClassName
 {
   color: #35469E;
 }
 .AnyTagClassName
 {
   color: #35469E;
 }
</style>

background-color css

<style>
 a { background-color: #35469E; }

 a { background-color: rgb(53,70,158); }

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

border-color css

<style>
 span { border-color: #35469E; }

 span { border-color: rgb(53,70,158); }

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