Html Css Color HEX #32458A Tory Blue

📋 copy color: '#32458A'

red 50 ◦ green 69 ◦ blue 138

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

Shades of Tory Blue #32458A

Tints of Tory Blue #32458A

RGB

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

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

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

R = 19.46%
G = 26.85%
B = 53.7%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32458A (or 0x32458A) is known color: Tory Blue. HEX triplet: 32, 45 and 8A. RGB value is (50,69,138). Sum of RGB (Red+Green+Blue) = 50+69+138=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #32458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458A is #CDBA75. Grayscale: #464646. Windows color (decimal): -13482614 or 9061682. OLE color: 9061682.

HSL color Cylindrical-coordinate representation of color #32458A: hue angle of 227.05º 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 #32458A is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 69 138 -
CMYK 0.64 0.5 0 0.46
HSL 227.05º 0.47% 0.37% -
HSV(B) 227.05º 0.64% 0.54% -
XYZ 8.03 6.77 24.93 -
YUV 71.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 50 69 138 0.64 0.5 0 0.46 227.05 0.47 0.37
Hex 32 45 8A 40 32 0 2E E3 2F 25
Octal 62 105 212 100 62 0 56 343 57 45
Binary 110010 1000101 10001010 1000000 110010 0 101110 11100011 101111 100101

Color Harmonies of #32458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32458A

Black with #32458A

Text Example


Text Example

White with #32458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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