Html Css Color HEX #43538E Tory Blue

📋 copy color: '#43538E'

red 67 ◦ green 83 ◦ blue 142

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

Shades of Tory Blue #43538E

Tints of Tory Blue #43538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

 BLUE value IS 142 (55.86% from 255) = 48.63%

R = 22.95%
G = 28.42%
B = 48.63%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43538E (or 0x43538E) is known color: Tory Blue. HEX triplet: 43, 53 and 8E. RGB value is (67,83,142). Sum of RGB (Red+Green+Blue) = 67+83+142=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #43538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43538E is #BCAC71. Grayscale: #545454. Windows color (decimal): -12364914 or 9327427. OLE color: 9327427.

HSL color Cylindrical-coordinate representation of color #43538E: hue angle of 227.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43538E is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 83 142 -
CMYK 0.53 0.42 0 0.44
HSL 227.2º 0.36% 0.41% -
HSV(B) 227.2º 0.53% 0.56% -
XYZ 10.29 9.33 26.85 -
YUV 84.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 67 83 142 0.53 0.42 0 0.44 227.2 0.36 0.41
Hex 43 53 8E 35 2A 0 2C E3 24 29
Octal 103 123 216 65 52 0 54 343 44 51
Binary 1000011 1010011 10001110 110101 101010 0 101100 11100011 100100 101001

Color Harmonies of #43538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43538E

Black with #43538E

Text Example


Text Example

White with #43538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43538E; }

 p { color: rgb(67,83,142); }

 H1.HeaderClassName
 {
   color: #43538E;
 }
 .AnyTagClassName
 {
   color: #43538E;
 }
</style>

background-color css

<style>
 a { background-color: #43538E; }

 a { background-color: rgb(67,83,142); }

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

border-color css

<style>
 span { border-color: #43538E; }

 span { border-color: rgb(67,83,142); }

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