Html Css Color HEX #324C8A Tory Blue

📋 copy color: '#324C8A'

red 50 ◦ green 76 ◦ blue 138

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

Shades of Tory Blue #324C8A

Tints of Tory Blue #324C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 18.94%
G = 28.79%
B = 52.27%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#324C8A (or 0x324C8A) is known color: Tory Blue. HEX triplet: 32, 4C and 8A. RGB value is (50,76,138). Sum of RGB (Red+Green+Blue) = 50+76+138=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #324C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C8A is #CDB375. Grayscale: #4B4B4B. Windows color (decimal): -13480822 or 9063474. OLE color: 9063474.

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

Color convert

RGB 50 76 138 -
CMYK 0.64 0.45 0 0.46
HSL 222.27º 0.47% 0.37% -
HSV(B) 222.27º 0.64% 0.54% -
XYZ 8.49 7.68 25.08 -
YUV 75.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 50 76 138 0.64 0.45 0 0.46 222.27 0.47 0.37
Hex 32 4C 8A 40 2D 0 2E DE 2F 25
Octal 62 114 212 100 55 0 56 336 57 45
Binary 110010 1001100 10001010 1000000 101101 0 101110 11011110 101111 100101

Color Harmonies of #324C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C8A

Black with #324C8A

Text Example


Text Example

White with #324C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324C8A; }

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

 H1.HeaderClassName
 {
   color: #324C8A;
 }
 .AnyTagClassName
 {
   color: #324C8A;
 }
</style>

background-color css

<style>
 a { background-color: #324C8A; }

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

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

border-color css

<style>
 span { border-color: #324C8A; }

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

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