Html Css Color HEX #32468E Tory Blue

📋 copy color: '#32468E'

red 50 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #32468E

Tints of Tory Blue #32468E

RGB

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

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

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

R = 19.08%
G = 26.72%
B = 54.2%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32468E (or 0x32468E) is known color: Tory Blue. HEX triplet: 32, 46 and 8E. RGB value is (50,70,142). Sum of RGB (Red+Green+Blue) = 50+70+142=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #32468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32468E is #CDB971. Grayscale: #474747. Windows color (decimal): -13482354 or 9324082. OLE color: 9324082.

HSL color Cylindrical-coordinate representation of color #32468E: hue angle of 226.96º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32468E is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 70 142 -
CMYK 0.65 0.51 0 0.44
HSL 226.96º 0.48% 0.38% -
HSV(B) 226.96º 0.65% 0.56% -
XYZ 8.39 7.01 26.5 -
YUV 72.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 50 70 142 0.65 0.51 0 0.44 226.96 0.48 0.38
Hex 32 46 8E 41 33 0 2C E3 30 26
Octal 62 106 216 101 63 0 54 343 60 46
Binary 110010 1000110 10001110 1000001 110011 0 101100 11100011 110000 100110

Color Harmonies of #32468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32468E

Black with #32468E

Text Example


Text Example

White with #32468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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