Html Css Color HEX #32438C Tory Blue

📋 copy color: '#32438C'

red 50 ◦ green 67 ◦ blue 140

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

Shades of Tory Blue #32438C

Tints of Tory Blue #32438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 19.46%
G = 26.07%
B = 54.47%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32438C (or 0x32438C) is known color: Tory Blue. HEX triplet: 32, 43 and 8C. RGB value is (50,67,140). Sum of RGB (Red+Green+Blue) = 50+67+140=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #32438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32438C is #CDBC73. Grayscale: #454545. Windows color (decimal): -13483124 or 9192242. OLE color: 9192242.

HSL color Cylindrical-coordinate representation of color #32438C: hue angle of 228.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32438C is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 67 140 -
CMYK 0.64 0.52 0 0.45
HSL 228.67º 0.47% 0.37% -
HSV(B) 228.67º 0.64% 0.55% -
XYZ 8.06 6.59 25.66 -
YUV 70.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 50 67 140 0.64 0.52 0 0.45 228.67 0.47 0.37
Hex 32 43 8C 40 34 0 2D E5 2F 25
Octal 62 103 214 100 64 0 55 345 57 45
Binary 110010 1000011 10001100 1000000 110100 0 101101 11100101 101111 100101

Color Harmonies of #32438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32438C

Black with #32438C

Text Example


Text Example

White with #32438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32438C; }

 p { color: rgb(50,67,140); }

 H1.HeaderClassName
 {
   color: #32438C;
 }
 .AnyTagClassName
 {
   color: #32438C;
 }
</style>

background-color css

<style>
 a { background-color: #32438C; }

 a { background-color: rgb(50,67,140); }

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

border-color css

<style>
 span { border-color: #32438C; }

 span { border-color: rgb(50,67,140); }

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