Html Css Color HEX #43507E Astronaut

📋 copy color: '#43507E'

red 67 ◦ green 80 ◦ blue 126

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

Shades of Astronaut #43507E

Tints of Astronaut #43507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.15%

R = 24.54%
G = 29.3%
B = 46.15%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43507E (or 0x43507E) is known color: Astronaut. HEX triplet: 43, 50 and 7E. RGB value is (67,80,126). Sum of RGB (Red+Green+Blue) = 67+80+126=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #43507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43507E is #BCAF81. Grayscale: #515151. Windows color (decimal): -12365698 or 8278083. OLE color: 8278083.

HSL color Cylindrical-coordinate representation of color #43507E: hue angle of 226.78º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43507E is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 80 126 -
CMYK 0.47 0.37 0 0.51
HSL 226.78º 0.31% 0.38% -
HSV(B) 226.78º 0.47% 0.49% -
XYZ 8.95 8.44 20.9 -
YUV 81.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 67 80 126 0.47 0.37 0 0.51 226.78 0.31 0.38
Hex 43 50 7E 2F 25 0 33 E3 1F 26
Octal 103 120 176 57 45 0 63 343 37 46
Binary 1000011 1010000 1111110 101111 100101 0 110011 11100011 11111 100110

Color Harmonies of #43507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43507E

Black with #43507E

Text Example


Text Example

White with #43507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43507E; }

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

 H1.HeaderClassName
 {
   color: #43507E;
 }
 .AnyTagClassName
 {
   color: #43507E;
 }
</style>

background-color css

<style>
 a { background-color: #43507E; }

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

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

border-color css

<style>
 span { border-color: #43507E; }

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

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