Html Css Color HEX #324C9F Tory Blue

📋 copy color: '#324C9F'

red 50 ◦ green 76 ◦ blue 159

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

Shades of Tory Blue #324C9F

Tints of Tory Blue #324C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.79%

R = 17.54%
G = 26.67%
B = 55.79%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#324C9F (or 0x324C9F) is known color: Tory Blue. HEX triplet: 32, 4C and 9F. RGB value is (50,76,159). Sum of RGB (Red+Green+Blue) = 50+76+159=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #324C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C9F is #CDB360. Grayscale: #4D4D4D. Windows color (decimal): -13480801 or 10439730. OLE color: 10439730.

HSL color Cylindrical-coordinate representation of color #324C9F: hue angle of 225.69º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324C9F is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 76 159 -
CMYK 0.69 0.52 0 0.38
HSL 225.69º 0.52% 0.41% -
HSV(B) 225.69º 0.69% 0.62% -
XYZ 10.16 8.35 33.88 -
YUV 77.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 50 76 159 0.69 0.52 0 0.38 225.69 0.52 0.41
Hex 32 4C 9F 45 34 0 26 E2 34 29
Octal 62 114 237 105 64 0 46 342 64 51
Binary 110010 1001100 10011111 1000101 110100 0 100110 11100010 110100 101001

Color Harmonies of #324C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C9F

Black with #324C9F

Text Example


Text Example

White with #324C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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