Html Css Color HEX #43558D Tory Blue

📋 copy color: '#43558D'

red 67 ◦ green 85 ◦ blue 141

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

Shades of Tory Blue #43558D

Tints of Tory Blue #43558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 22.87%
G = 29.01%
B = 48.12%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43558D (or 0x43558D) is known color: Tory Blue. HEX triplet: 43, 55 and 8D. RGB value is (67,85,141). Sum of RGB (Red+Green+Blue) = 67+85+141=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #43558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43558D is #BCAA72. Grayscale: #555555. Windows color (decimal): -12364403 or 9262403. OLE color: 9262403.

HSL color Cylindrical-coordinate representation of color #43558D: hue angle of 225.41º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43558D is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 85 141 -
CMYK 0.52 0.40 0 0.45
HSL 225.41º 0.36% 0.41% -
HSV(B) 225.41º 0.52% 0.55% -
XYZ 10.37 9.61 26.51 -
YUV 86 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 67 85 141 0.52 0.40 0 0.45 225.41 0.36 0.41
Hex 43 55 8D 34 28 0 2D E1 24 29
Octal 103 125 215 64 50 0 55 341 44 51
Binary 1000011 1010101 10001101 110100 101000 0 101101 11100001 100100 101001

Color Harmonies of #43558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43558D

Black with #43558D

Text Example


Text Example

White with #43558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43558D; }

 p { color: rgb(67,85,141); }

 H1.HeaderClassName
 {
   color: #43558D;
 }
 .AnyTagClassName
 {
   color: #43558D;
 }
</style>

background-color css

<style>
 a { background-color: #43558D; }

 a { background-color: rgb(67,85,141); }

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

border-color css

<style>
 span { border-color: #43558D; }

 span { border-color: rgb(67,85,141); }

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