Html Css Color HEX #43508B Tory Blue

📋 copy color: '#43508B'

red 67 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #43508B

Tints of Tory Blue #43508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

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

R = 23.43%
G = 27.97%
B = 48.6%

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

#43508B (or 0x43508B) is known color: Tory Blue. HEX triplet: 43, 50 and 8B. RGB value is (67,80,139). Sum of RGB (Red+Green+Blue) = 67+80+139=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #43508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43508B is #BCAF74. Grayscale: #525252. Windows color (decimal): -12365685 or 9130051. OLE color: 9130051.

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

Color convert

RGB 67 80 139 -
CMYK 0.52 0.42 0 0.45
HSL 229.17º 0.35% 0.4% -
HSV(B) 229.17º 0.52% 0.55% -
XYZ 9.84 8.79 25.6 -
YUV 82.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 67 80 139 0.52 0.42 0 0.45 229.17 0.35 0.4
Hex 43 50 8B 34 2A 0 2D E5 23 28
Octal 103 120 213 64 52 0 55 345 43 50
Binary 1000011 1010000 10001011 110100 101010 0 101101 11100101 100011 101000

Color Harmonies of #43508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43508B

Black with #43508B

Text Example


Text Example

White with #43508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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