Html Css Color HEX #35468E Tory Blue

📋 copy color: '#35468E'

red 53 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #35468E

Tints of Tory Blue #35468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 20%
G = 26.42%
B = 53.58%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35468E (or 0x35468E) is known color: Tory Blue. HEX triplet: 35, 46 and 8E. RGB value is (53,70,142). Sum of RGB (Red+Green+Blue) = 53+70+142=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #35468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35468E is #CAB971. Grayscale: #484848. Windows color (decimal): -13285746 or 9324085. OLE color: 9324085.

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

Color convert

RGB 53 70 142 -
CMYK 0.63 0.51 0 0.44
HSL 228.54º 0.46% 0.38% -
HSV(B) 228.54º 0.63% 0.56% -
XYZ 8.54 7.09 26.51 -
YUV 73.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 53 70 142 0.63 0.51 0 0.44 228.54 0.46 0.38
Hex 35 46 8E 3F 33 0 2C E5 2E 26
Octal 65 106 216 77 63 0 54 345 56 46
Binary 110101 1000110 10001110 111111 110011 0 101100 11100101 101110 100110

Color Harmonies of #35468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35468E

Black with #35468E

Text Example


Text Example

White with #35468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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