Html Css Color HEX #32438B Tory Blue

📋 copy color: '#32438B'

red 50 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #32438B

Tints of Tory Blue #32438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 19.53%
G = 26.17%
B = 54.3%

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

#32438B (or 0x32438B) is known color: Tory Blue. HEX triplet: 32, 43 and 8B. RGB value is (50,67,139). Sum of RGB (Red+Green+Blue) = 50+67+139=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #32438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32438B is #CDBC74. Grayscale: #454545. Windows color (decimal): -13483125 or 9126706. OLE color: 9126706.

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

Color convert

RGB 50 67 139 -
CMYK 0.64 0.52 0 0.45
HSL 228.54º 0.47% 0.37% -
HSV(B) 228.54º 0.64% 0.55% -
XYZ 7.98 6.56 25.27 -
YUV 70.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 50 67 139 0.64 0.52 0 0.45 228.54 0.47 0.37
Hex 32 43 8B 40 34 0 2D E5 2F 25
Octal 62 103 213 100 64 0 55 345 57 45
Binary 110010 1000011 10001011 1000000 110100 0 101101 11100101 101111 100101

Color Harmonies of #32438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32438B

Black with #32438B

Text Example


Text Example

White with #32438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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