Html Css Color HEX #32488E Tory Blue

📋 copy color: '#32488E'

red 50 ◦ green 72 ◦ blue 142

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

Shades of Tory Blue #32488E

Tints of Tory Blue #32488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 18.94%
G = 27.27%
B = 53.79%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32488E (or 0x32488E) is known color: Tory Blue. HEX triplet: 32, 48 and 8E. RGB value is (50,72,142). Sum of RGB (Red+Green+Blue) = 50+72+142=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #32488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32488E is #CDB771. Grayscale: #494949. Windows color (decimal): -13481842 or 9324594. OLE color: 9324594.

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

Color convert

RGB 50 72 142 -
CMYK 0.65 0.49 0 0.44
HSL 225.65º 0.48% 0.38% -
HSV(B) 225.65º 0.65% 0.56% -
XYZ 8.52 7.27 26.54 -
YUV 73.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 50 72 142 0.65 0.49 0 0.44 225.65 0.48 0.38
Hex 32 48 8E 41 31 0 2C E2 30 26
Octal 62 110 216 101 61 0 54 342 60 46
Binary 110010 1001000 10001110 1000001 110001 0 101100 11100010 110000 100110

Color Harmonies of #32488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32488E

Black with #32488E

Text Example


Text Example

White with #32488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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