Html Css Color HEX #32458F Tory Blue

📋 copy color: '#32458F'

red 50 ◦ green 69 ◦ blue 143

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

Shades of Tory Blue #32458F

Tints of Tory Blue #32458F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.58%

R = 19.08%
G = 26.34%
B = 54.58%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32458F (or 0x32458F) is known color: Tory Blue. HEX triplet: 32, 45 and 8F. RGB value is (50,69,143). Sum of RGB (Red+Green+Blue) = 50+69+143=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #32458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32458F is #CDBA70. Grayscale: #474747. Windows color (decimal): -13482609 or 9389362. OLE color: 9389362.

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

Color convert

RGB 50 69 143 -
CMYK 0.65 0.52 0 0.44
HSL 227.74º 0.48% 0.38% -
HSV(B) 227.74º 0.65% 0.56% -
XYZ 8.4 6.92 26.88 -
YUV 71.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 50 69 143 0.65 0.52 0 0.44 227.74 0.48 0.38
Hex 32 45 8F 41 34 0 2C E4 30 26
Octal 62 105 217 101 64 0 54 344 60 46
Binary 110010 1000101 10001111 1000001 110100 0 101100 11100100 110000 100110

Color Harmonies of #32458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32458F

Black with #32458F

Text Example


Text Example

White with #32458F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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