Html Css Color HEX #43538D Tory Blue

📋 copy color: '#43538D'

red 67 ◦ green 83 ◦ blue 141

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

Shades of Tory Blue #43538D

Tints of Tory Blue #43538D

RGB

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

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

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

R = 23.02%
G = 28.52%
B = 48.45%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43538D (or 0x43538D) is known color: Tory Blue. HEX triplet: 43, 53 and 8D. RGB value is (67,83,141). Sum of RGB (Red+Green+Blue) = 67+83+141=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #43538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43538D is #BCAC72. Grayscale: #545454. Windows color (decimal): -12364915 or 9261891. OLE color: 9261891.

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

Color convert

RGB 67 83 141 -
CMYK 0.52 0.41 0 0.45
HSL 227.03º 0.36% 0.41% -
HSV(B) 227.03º 0.52% 0.55% -
XYZ 10.22 9.3 26.46 -
YUV 84.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 67 83 141 0.52 0.41 0 0.45 227.03 0.36 0.41
Hex 43 53 8D 34 29 0 2D E3 24 29
Octal 103 123 215 64 51 0 55 343 44 51
Binary 1000011 1010011 10001101 110100 101001 0 101101 11100011 100100 101001

Color Harmonies of #43538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43538D

Black with #43538D

Text Example


Text Example

White with #43538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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