Html Css Color HEX #43517C Astronaut

📋 copy color: '#43517C'

red 67 ◦ green 81 ◦ blue 124

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

Shades of Astronaut #43517C

Tints of Astronaut #43517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 24.63%
G = 29.78%
B = 45.59%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43517C (or 0x43517C) is known color: Astronaut. HEX triplet: 43, 51 and 7C. RGB value is (67,81,124). Sum of RGB (Red+Green+Blue) = 67+81+124=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #43517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43517C is #BCAE83. Grayscale: #515151. Windows color (decimal): -12365444 or 8147267. OLE color: 8147267.

HSL color Cylindrical-coordinate representation of color #43517C: hue angle of 225.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43517C is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 81 124 -
CMYK 0.46 0.35 0 0.51
HSL 225.26º 0.3% 0.37% -
HSV(B) 225.26º 0.46% 0.49% -
XYZ 8.9 8.53 20.25 -
YUV 81.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 67 81 124 0.46 0.35 0 0.51 225.26 0.3 0.37
Hex 43 51 7C 2E 23 0 33 E1 1E 25
Octal 103 121 174 56 43 0 63 341 36 45
Binary 1000011 1010001 1111100 101110 100011 0 110011 11100001 11110 100101

Color Harmonies of #43517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43517C

Black with #43517C

Text Example


Text Example

White with #43517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,81,124); }

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

background-color css

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

 a { background-color: rgb(67,81,124); }

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

border-color css

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

 span { border-color: rgb(67,81,124); }

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