Html Css Color HEX #43527C Astronaut

📋 copy color: '#43527C'

red 67 ◦ green 82 ◦ blue 124

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

Shades of Astronaut #43527C

Tints of Astronaut #43527C

RGB

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

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

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

R = 24.54%
G = 30.04%
B = 45.42%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43527C (or 0x43527C) is known color: Astronaut. HEX triplet: 43, 52 and 7C. RGB value is (67,82,124). Sum of RGB (Red+Green+Blue) = 67+82+124=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #43527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43527C is #BCAD83. Grayscale: #525252. Windows color (decimal): -12365188 or 8147523. OLE color: 8147523.

HSL color Cylindrical-coordinate representation of color #43527C: hue angle of 224.21º 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 #43527C is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 82 124 -
CMYK 0.46 0.34 0 0.51
HSL 224.21º 0.3% 0.37% -
HSV(B) 224.21º 0.46% 0.49% -
XYZ 8.97 8.68 20.27 -
YUV 82.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 67 82 124 0.46 0.34 0 0.51 224.21 0.3 0.37
Hex 43 52 7C 2E 22 0 33 E0 1E 25
Octal 103 122 174 56 42 0 63 340 36 45
Binary 1000011 1010010 1111100 101110 100010 0 110011 11100000 11110 100101

Color Harmonies of #43527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43527C

Black with #43527C

Text Example


Text Example

White with #43527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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