Html Css Color HEX #42537A Astronaut

📋 copy color: '#42537A'

red 66 ◦ green 83 ◦ blue 122

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

Shades of Astronaut #42537A

Tints of Astronaut #42537A

RGB

 RED value IS 66 (26.17% from 255) = 24.35%

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 24.35%
G = 30.63%
B = 45.02%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42537A (or 0x42537A) is known color: Astronaut. HEX triplet: 42, 53 and 7A. RGB value is (66,83,122). Sum of RGB (Red+Green+Blue) = 66+83+122=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #42537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42537A is #BDAC85. Grayscale: #525252. Windows color (decimal): -12430470 or 8016706. OLE color: 8016706.

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

Color convert

RGB 66 83 122 -
CMYK 0.46 0.32 0 0.52
HSL 221.79º 0.3% 0.37% -
HSV(B) 221.79º 0.46% 0.48% -
XYZ 8.85 8.75 19.63 -
YUV 82.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 66 83 122 0.46 0.32 0 0.52 221.79 0.3 0.37
Hex 42 53 7A 2E 20 0 34 DE 1E 25
Octal 102 123 172 56 40 0 64 336 36 45
Binary 1000010 1010011 1111010 101110 100000 0 110100 11011110 11110 100101

Color Harmonies of #42537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42537A

Black with #42537A

Text Example


Text Example

White with #42537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42537A;
 }
 .AnyTagClassName
 {
   color: #42537A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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