Html Css Color HEX #43548C Tory Blue

📋 copy color: '#43548C'

red 67 ◦ green 84 ◦ blue 140

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

Shades of Tory Blue #43548C

Tints of Tory Blue #43548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 140 (55.08% from 255) = 48.11%

R = 23.02%
G = 28.87%
B = 48.11%

CMYK

 C value IS 0.52

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43548C (or 0x43548C) is known color: Tory Blue. HEX triplet: 43, 54 and 8C. RGB value is (67,84,140). Sum of RGB (Red+Green+Blue) = 67+84+140=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #43548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43548C is #BCAB73. Grayscale: #555555. Windows color (decimal): -12364660 or 9196611. OLE color: 9196611.

HSL color Cylindrical-coordinate representation of color #43548C: hue angle of 226.03º degrees, saturation: 0.35, 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 #43548C is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 84 140 -
CMYK 0.52 0.4 0 0.45
HSL 226.03º 0.35% 0.41% -
HSV(B) 226.03º 0.52% 0.55% -
XYZ 10.22 9.43 26.09 -
YUV 85.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 67 84 140 0.52 0.4 0 0.45 226.03 0.35 0.41
Hex 43 54 8C 34 28 0 2D E2 23 29
Octal 103 124 214 64 50 0 55 342 43 51
Binary 1000011 1010100 10001100 110100 101000 0 101101 11100010 100011 101001

Color Harmonies of #43548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43548C

Black with #43548C

Text Example


Text Example

White with #43548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43548C; }

 p { color: rgb(67,84,140); }

 H1.HeaderClassName
 {
   color: #43548C;
 }
 .AnyTagClassName
 {
   color: #43548C;
 }
</style>

background-color css

<style>
 a { background-color: #43548C; }

 a { background-color: rgb(67,84,140); }

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

border-color css

<style>
 span { border-color: #43548C; }

 span { border-color: rgb(67,84,140); }

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