Html Css Color HEX #43508C Tory Blue

📋 copy color: '#43508C'

red 67 ◦ green 80 ◦ blue 140

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

Shades of Tory Blue #43508C

Tints of Tory Blue #43508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 23.34%
G = 27.87%
B = 48.78%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43508C (or 0x43508C) is known color: Tory Blue. HEX triplet: 43, 50 and 8C. RGB value is (67,80,140). Sum of RGB (Red+Green+Blue) = 67+80+140=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #43508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43508C is #BCAF73. Grayscale: #525252. Windows color (decimal): -12365684 or 9195587. OLE color: 9195587.

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

Color convert

RGB 67 80 140 -
CMYK 0.52 0.43 0 0.45
HSL 229.32º 0.35% 0.41% -
HSV(B) 229.32º 0.52% 0.55% -
XYZ 9.92 8.82 25.99 -
YUV 82.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 67 80 140 0.52 0.43 0 0.45 229.32 0.35 0.41
Hex 43 50 8C 34 2B 0 2D E5 23 29
Octal 103 120 214 64 53 0 55 345 43 51
Binary 1000011 1010000 10001100 110100 101011 0 101101 11100101 100011 101001

Color Harmonies of #43508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43508C

Black with #43508C

Text Example


Text Example

White with #43508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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