Html Css Color HEX #32458B Tory Blue

📋 copy color: '#32458B'

red 50 ◦ green 69 ◦ blue 139

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

Shades of Tory Blue #32458B

Tints of Tory Blue #32458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 19.38%
G = 26.74%
B = 53.88%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32458B (or 0x32458B) is known color: Tory Blue. HEX triplet: 32, 45 and 8B. RGB value is (50,69,139). Sum of RGB (Red+Green+Blue) = 50+69+139=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #32458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458B is #CDBA74. Grayscale: #474747. Windows color (decimal): -13482613 or 9127218. OLE color: 9127218.

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

Color convert

RGB 50 69 139 -
CMYK 0.64 0.50 0 0.45
HSL 227.19º 0.47% 0.37% -
HSV(B) 227.19º 0.64% 0.55% -
XYZ 8.1 6.8 25.31 -
YUV 71.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 50 69 139 0.64 0.50 0 0.45 227.19 0.47 0.37
Hex 32 45 8B 40 32 0 2D E3 2F 25
Octal 62 105 213 100 62 0 55 343 57 45
Binary 110010 1000101 10001011 1000000 110010 0 101101 11100011 101111 100101

Color Harmonies of #32458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32458B

Black with #32458B

Text Example


Text Example

White with #32458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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