Html Css Color HEX #43518E Tory Blue

📋 copy color: '#43518E'

red 67 ◦ green 81 ◦ blue 142

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

Shades of Tory Blue #43518E

Tints of Tory Blue #43518E

RGB

 RED value IS 67 (26.56% from 255) = 23.1%

 GREEN value IS 81 (32.03% from 255) = 27.93%

 BLUE value IS 142 (55.86% from 255) = 48.97%

R = 23.1%
G = 27.93%
B = 48.97%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43518E (or 0x43518E) is known color: Tory Blue. HEX triplet: 43, 51 and 8E. RGB value is (67,81,142). Sum of RGB (Red+Green+Blue) = 67+81+142=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #43518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43518E is #BCAE71. Grayscale: #535353. Windows color (decimal): -12365426 or 9326915. OLE color: 9326915.

HSL color Cylindrical-coordinate representation of color #43518E: hue angle of 228.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43518E is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 81 142 -
CMYK 0.53 0.43 0 0.44
HSL 228.8º 0.36% 0.41% -
HSV(B) 228.8º 0.53% 0.56% -
XYZ 10.14 9.03 26.8 -
YUV 83.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 67 81 142 0.53 0.43 0 0.44 228.8 0.36 0.41
Hex 43 51 8E 35 2B 0 2C E5 24 29
Octal 103 121 216 65 53 0 54 345 44 51
Binary 1000011 1010001 10001110 110101 101011 0 101100 11100101 100100 101001

Color Harmonies of #43518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43518E

Black with #43518E

Text Example


Text Example

White with #43518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43518E; }

 p { color: rgb(67,81,142); }

 H1.HeaderClassName
 {
   color: #43518E;
 }
 .AnyTagClassName
 {
   color: #43518E;
 }
</style>

background-color css

<style>
 a { background-color: #43518E; }

 a { background-color: rgb(67,81,142); }

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

border-color css

<style>
 span { border-color: #43518E; }

 span { border-color: rgb(67,81,142); }

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