Html Css Color HEX #43528B Tory Blue

📋 copy color: '#43528B'

red 67 ◦ green 82 ◦ blue 139

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

Shades of Tory Blue #43528B

Tints of Tory Blue #43528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 23.26%
G = 28.47%
B = 48.26%

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

#43528B (or 0x43528B) is known color: Tory Blue. HEX triplet: 43, 52 and 8B. RGB value is (67,82,139). Sum of RGB (Red+Green+Blue) = 67+82+139=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #43528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43528B is #BCAD74. Grayscale: #535353. Windows color (decimal): -12365173 or 9130563. OLE color: 9130563.

HSL color Cylindrical-coordinate representation of color #43528B: hue angle of 227.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43528B is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 82 139 -
CMYK 0.52 0.41 0 0.45
HSL 227.5º 0.35% 0.4% -
HSV(B) 227.5º 0.52% 0.55% -
XYZ 9.99 9.09 25.65 -
YUV 84.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 67 82 139 0.52 0.41 0 0.45 227.5 0.35 0.4
Hex 43 52 8B 34 29 0 2D E4 23 28
Octal 103 122 213 64 51 0 55 344 43 50
Binary 1000011 1010010 10001011 110100 101001 0 101101 11100100 100011 101000

Color Harmonies of #43528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43528B

Black with #43528B

Text Example


Text Example

White with #43528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43528B; }

 p { color: rgb(67,82,139); }

 H1.HeaderClassName
 {
   color: #43528B;
 }
 .AnyTagClassName
 {
   color: #43528B;
 }
</style>

background-color css

<style>
 a { background-color: #43528B; }

 a { background-color: rgb(67,82,139); }

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

border-color css

<style>
 span { border-color: #43528B; }

 span { border-color: rgb(67,82,139); }

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