Html Css Color HEX #32488A Tory Blue

📋 copy color: '#32488A'

red 50 ◦ green 72 ◦ blue 138

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

Shades of Tory Blue #32488A

Tints of Tory Blue #32488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 19.23%
G = 27.69%
B = 53.08%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32488A (or 0x32488A) is known color: Tory Blue. HEX triplet: 32, 48 and 8A. RGB value is (50,72,138). Sum of RGB (Red+Green+Blue) = 50+72+138=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #32488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32488A is #CDB775. Grayscale: #484848. Windows color (decimal): -13481846 or 9062450. OLE color: 9062450.

HSL color Cylindrical-coordinate representation of color #32488A: hue angle of 225º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32488A is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 72 138 -
CMYK 0.64 0.48 0 0.46
HSL 225º 0.47% 0.37% -
HSV(B) 225º 0.64% 0.54% -
XYZ 8.22 7.15 24.99 -
YUV 72.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 50 72 138 0.64 0.48 0 0.46 225 0.47 0.37
Hex 32 48 8A 40 30 0 2E E1 2F 25
Octal 62 110 212 100 60 0 56 341 57 45
Binary 110010 1001000 10001010 1000000 110000 0 101110 11100001 101111 100101

Color Harmonies of #32488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32488A

Black with #32488A

Text Example


Text Example

White with #32488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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