Html Css Color HEX #32449B Tory Blue

📋 copy color: '#32449B'

red 50 ◦ green 68 ◦ blue 155

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

Shades of Tory Blue #32449B

Tints of Tory Blue #32449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 18.32%
G = 24.91%
B = 56.78%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32449B (or 0x32449B) is known color: Tory Blue. HEX triplet: 32, 44 and 9B. RGB value is (50,68,155). Sum of RGB (Red+Green+Blue) = 50+68+155=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #32449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32449B is #CDBB64. Grayscale: #484848. Windows color (decimal): -13482853 or 10175538. OLE color: 10175538.

HSL color Cylindrical-coordinate representation of color #32449B: hue angle of 229.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32449B is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 68 155 -
CMYK 0.68 0.56 0 0.39
HSL 229.71º 0.51% 0.4% -
HSV(B) 229.71º 0.68% 0.61% -
XYZ 9.3 7.18 31.91 -
YUV 72.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 50 68 155 0.68 0.56 0 0.39 229.71 0.51 0.4
Hex 32 44 9B 44 38 0 27 E6 33 28
Octal 62 104 233 104 70 0 47 346 63 50
Binary 110010 1000100 10011011 1000100 111000 0 100111 11100110 110011 101000

Color Harmonies of #32449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32449B

Black with #32449B

Text Example


Text Example

White with #32449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,68,155); }

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

background-color css

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

 a { background-color: rgb(50,68,155); }

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

border-color css

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

 span { border-color: rgb(50,68,155); }

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