#43537A

Color #43537A Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #43537A

Tints of Astronaut #43537A

Color information

#43537A (or 0x43537A) is unknown color: approx Astronaut. HEX triplet: 43, 53 and 7A. RGB value is (67,83,122). Sum of RGB (Red+Green+Blue) = 67+83+122=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #43537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43537A is #BCAC85. Grayscale: #525252. Windows color (decimal): -12364934 or 8016707. OLE color: 8016707.

HSL color Cylindrical-coordinate representation of color #43537A: hue angle of 222.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43537A is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6783122-
CMYK0.450.3200.52
HSL222.55º29.1%37.06%-
HSV(B)222.55º45.08%47.84%-
XYZ8.928.7819.64-
YUV82.66150.2116.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.63%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=24.63%
G=30.51%
B=44.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67831220.450.3200.52222.5529.137.06
Hex43537A2D20034df1d25
Octal10312317255400643373545
Binary10000111010011111101010110110000001101001101111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #43537A;
 }
 .AnyTagClassName
 {
   color: #43537A;
 }
</style>
background-color css

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

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

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

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

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

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