Html Css Color HEX #43518A Tory Blue

📋 copy color: '#43518A'

red 67 ◦ green 81 ◦ blue 138

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

Shades of Tory Blue #43518A

Tints of Tory Blue #43518A

RGB

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

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

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

R = 23.43%
G = 28.32%
B = 48.25%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43518A (or 0x43518A) is known color: Tory Blue. HEX triplet: 43, 51 and 8A. RGB value is (67,81,138). Sum of RGB (Red+Green+Blue) = 67+81+138=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #43518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43518A is #BCAE75. Grayscale: #535353. Windows color (decimal): -12365430 or 9064771. OLE color: 9064771.

HSL color Cylindrical-coordinate representation of color #43518A: hue angle of 228.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43518A is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 81 138 -
CMYK 0.51 0.41 0 0.46
HSL 228.17º 0.35% 0.4% -
HSV(B) 228.17º 0.51% 0.54% -
XYZ 9.84 8.91 25.25 -
YUV 83.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 67 81 138 0.51 0.41 0 0.46 228.17 0.35 0.4
Hex 43 51 8A 33 29 0 2E E4 23 28
Octal 103 121 212 63 51 0 56 344 43 50
Binary 1000011 1010001 10001010 110011 101001 0 101110 11100100 100011 101000

Color Harmonies of #43518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43518A

Black with #43518A

Text Example


Text Example

White with #43518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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