Html Css Color HEX #32469E Tory Blue

📋 copy color: '#32469E'

red 50 ◦ green 70 ◦ blue 158

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

Shades of Tory Blue #32469E

Tints of Tory Blue #32469E

RGB

 RED value IS 50 (19.92% from 255) = 17.99%

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

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

R = 17.99%
G = 25.18%
B = 56.83%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#32469E (or 0x32469E) is known color: Tory Blue. HEX triplet: 32, 46 and 9E. RGB value is (50,70,158). Sum of RGB (Red+Green+Blue) = 50+70+158=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #32469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32469E is #CDB961. Grayscale: #494949. Windows color (decimal): -13482338 or 10372658. OLE color: 10372658.

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

Color convert

RGB 50 70 158 -
CMYK 0.68 0.56 0 0.38
HSL 228.89º 0.52% 0.41% -
HSV(B) 228.89º 0.68% 0.62% -
XYZ 9.68 7.53 33.29 -
YUV 74.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 50 70 158 0.68 0.56 0 0.38 228.89 0.52 0.41
Hex 32 46 9E 44 38 0 26 E5 34 29
Octal 62 106 236 104 70 0 46 345 64 51
Binary 110010 1000110 10011110 1000100 111000 0 100110 11100101 110100 101001

Color Harmonies of #32469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32469E

Black with #32469E

Text Example


Text Example

White with #32469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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