Html Css Color HEX #43518B Tory Blue

📋 copy color: '#43518B'

red 67 ◦ green 81 ◦ blue 139

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

Shades of Tory Blue #43518B

Tints of Tory Blue #43518B

RGB

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

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

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

R = 23.34%
G = 28.22%
B = 48.43%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43518B (or 0x43518B) is known color: Tory Blue. HEX triplet: 43, 51 and 8B. RGB value is (67,81,139). Sum of RGB (Red+Green+Blue) = 67+81+139=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #43518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43518B is #BCAE74. Grayscale: #535353. Windows color (decimal): -12365429 or 9130307. OLE color: 9130307.

HSL color Cylindrical-coordinate representation of color #43518B: hue angle of 228.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43518B is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 81 139 -
CMYK 0.52 0.42 0 0.45
HSL 228.33º 0.35% 0.4% -
HSV(B) 228.33º 0.52% 0.55% -
XYZ 9.92 8.94 25.63 -
YUV 83.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 67 81 139 0.52 0.42 0 0.45 228.33 0.35 0.4
Hex 43 51 8B 34 2A 0 2D E4 23 28
Octal 103 121 213 64 52 0 55 344 43 50
Binary 1000011 1010001 10001011 110100 101010 0 101101 11100100 100011 101000

Color Harmonies of #43518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43518B

Black with #43518B

Text Example


Text Example

White with #43518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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