Html Css Color HEX #43538A Tory Blue

📋 copy color: '#43538A'

red 67 ◦ green 83 ◦ blue 138

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

Shades of Tory Blue #43538A

Tints of Tory Blue #43538A

RGB

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

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

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

R = 23.26%
G = 28.82%
B = 47.92%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#43538A (or 0x43538A) is known color: Tory Blue. HEX triplet: 43, 53 and 8A. RGB value is (67,83,138). Sum of RGB (Red+Green+Blue) = 67+83+138=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #43538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43538A is #BCAC75. Grayscale: #545454. Windows color (decimal): -12364918 or 9065283. OLE color: 9065283.

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

Color convert

RGB 67 83 138 -
CMYK 0.51 0.40 0 0.46
HSL 226.48º 0.35% 0.4% -
HSV(B) 226.48º 0.51% 0.54% -
XYZ 10 9.21 25.3 -
YUV 84.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 67 83 138 0.51 0.40 0 0.46 226.48 0.35 0.4
Hex 43 53 8A 33 28 0 2E E2 23 28
Octal 103 123 212 63 50 0 56 342 43 50
Binary 1000011 1010011 10001010 110011 101000 0 101110 11100010 100011 101000

Color Harmonies of #43538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43538A

Black with #43538A

Text Example


Text Example

White with #43538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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