Html Css Color HEX #32469B Tory Blue

📋 copy color: '#32469B'

red 50 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #32469B

Tints of Tory Blue #32469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

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

R = 18.18%
G = 25.45%
B = 56.36%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#32469B (or 0x32469B) is known color: Tory Blue. HEX triplet: 32, 46 and 9B. RGB value is (50,70,155). Sum of RGB (Red+Green+Blue) = 50+70+155=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #32469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32469B is #CDB964. Grayscale: #494949. Windows color (decimal): -13482341 or 10176050. OLE color: 10176050.

HSL color Cylindrical-coordinate representation of color #32469B: hue angle of 228.57º 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 #32469B is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 70 155 -
CMYK 0.68 0.55 0 0.39
HSL 228.57º 0.51% 0.4% -
HSV(B) 228.57º 0.68% 0.61% -
XYZ 9.42 7.42 31.95 -
YUV 73.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 50 70 155 0.68 0.55 0 0.39 228.57 0.51 0.4
Hex 32 46 9B 44 37 0 27 E5 33 28
Octal 62 106 233 104 67 0 47 345 63 50
Binary 110010 1000110 10011011 1000100 110111 0 100111 11100101 110011 101000

Color Harmonies of #32469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32469B

Black with #32469B

Text Example


Text Example

White with #32469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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