Html Css Color HEX #32438A Tory Blue

📋 copy color: '#32438A'

red 50 ◦ green 67 ◦ blue 138

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

Shades of Tory Blue #32438A

Tints of Tory Blue #32438A

RGB

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

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

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

R = 19.61%
G = 26.27%
B = 54.12%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32438A (or 0x32438A) is known color: Tory Blue. HEX triplet: 32, 43 and 8A. RGB value is (50,67,138). Sum of RGB (Red+Green+Blue) = 50+67+138=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #32438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32438A is #CDBC75. Grayscale: #454545. Windows color (decimal): -13483126 or 9061170. OLE color: 9061170.

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

Color convert

RGB 50 67 138 -
CMYK 0.64 0.51 0 0.46
HSL 228.41º 0.47% 0.37% -
HSV(B) 228.41º 0.64% 0.54% -
XYZ 7.91 6.53 24.89 -
YUV 70.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 50 67 138 0.64 0.51 0 0.46 228.41 0.47 0.37
Hex 32 43 8A 40 33 0 2E E4 2F 25
Octal 62 103 212 100 63 0 56 344 57 45
Binary 110010 1000011 10001010 1000000 110011 0 101110 11100100 101111 100101

Color Harmonies of #32438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32438A

Black with #32438A

Text Example


Text Example

White with #32438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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