Html Css Color HEX #43558A Tory Blue

📋 copy color: '#43558A'

red 67 ◦ green 85 ◦ blue 138

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

Shades of Tory Blue #43558A

Tints of Tory Blue #43558A

RGB

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

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

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

R = 23.1%
G = 29.31%
B = 47.59%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43558A (or 0x43558A) is known color: Tory Blue. HEX triplet: 43, 55 and 8A. RGB value is (67,85,138). Sum of RGB (Red+Green+Blue) = 67+85+138=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #43558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43558A is #BCAA75. Grayscale: #555555. Windows color (decimal): -12364406 or 9065795. OLE color: 9065795.

HSL color Cylindrical-coordinate representation of color #43558A: hue angle of 224.79º 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 #43558A is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 85 138 -
CMYK 0.51 0.38 0 0.46
HSL 224.79º 0.35% 0.4% -
HSV(B) 224.79º 0.51% 0.54% -
XYZ 10.15 9.53 25.35 -
YUV 85.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 67 85 138 0.51 0.38 0 0.46 224.79 0.35 0.4
Hex 43 55 8A 33 26 0 2E E1 23 28
Octal 103 125 212 63 46 0 56 341 43 50
Binary 1000011 1010101 10001010 110011 100110 0 101110 11100001 100011 101000

Color Harmonies of #43558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43558A

Black with #43558A

Text Example


Text Example

White with #43558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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