Html Css Color HEX #32458D Tory Blue

📋 copy color: '#32458D'

red 50 ◦ green 69 ◦ blue 141

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

Shades of Tory Blue #32458D

Tints of Tory Blue #32458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 19.23%
G = 26.54%
B = 54.23%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32458D (or 0x32458D) is known color: Tory Blue. HEX triplet: 32, 45 and 8D. RGB value is (50,69,141). Sum of RGB (Red+Green+Blue) = 50+69+141=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #32458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458D is #CDBA72. Grayscale: #474747. Windows color (decimal): -13482611 or 9258290. OLE color: 9258290.

HSL color Cylindrical-coordinate representation of color #32458D: hue angle of 227.47º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32458D is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 69 141 -
CMYK 0.65 0.51 0 0.45
HSL 227.47º 0.48% 0.37% -
HSV(B) 227.47º 0.65% 0.55% -
XYZ 8.25 6.86 26.09 -
YUV 71.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 50 69 141 0.65 0.51 0 0.45 227.47 0.48 0.37
Hex 32 45 8D 41 33 0 2D E3 30 25
Octal 62 105 215 101 63 0 55 343 60 45
Binary 110010 1000101 10001101 1000001 110011 0 101101 11100011 110000 100101

Color Harmonies of #32458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32458D

Black with #32458D

Text Example


Text Example

White with #32458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32458D; }

 p { color: rgb(50,69,141); }

 H1.HeaderClassName
 {
   color: #32458D;
 }
 .AnyTagClassName
 {
   color: #32458D;
 }
</style>

background-color css

<style>
 a { background-color: #32458D; }

 a { background-color: rgb(50,69,141); }

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

border-color css

<style>
 span { border-color: #32458D; }

 span { border-color: rgb(50,69,141); }

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