Html Css Color HEX #3A4C6D Astronaut

📋 copy color: '#3A4C6D'

red 58 ◦ green 76 ◦ blue 109

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

Shades of Astronaut #3A4C6D

Tints of Astronaut #3A4C6D

RGB

 RED value IS 58 (23.05% from 255) = 23.87%

 GREEN value IS 76 (30.08% from 255) = 31.28%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 23.87%
G = 31.28%
B = 44.86%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A4C6D (or 0x3A4C6D) is known color: Astronaut. HEX triplet: 3A, 4C and 6D. RGB value is (58,76,109). Sum of RGB (Red+Green+Blue) = 58+76+109=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A4C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4C6D is #C5B392. Grayscale: #4A4A4A. Windows color (decimal): -12956563 or 7162938. OLE color: 7162938.

HSL color Cylindrical-coordinate representation of color #3A4C6D: hue angle of 218.82º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4C6D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 76 109 -
CMYK 0.47 0.30 0 0.57
HSL 218.82º 0.31% 0.33% -
HSV(B) 218.82º 0.47% 0.43% -
XYZ 7.09 7.17 15.48 -
YUV 74.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 58 76 109 0.47 0.30 0 0.57 218.82 0.31 0.33
Hex 3A 4C 6D 2F 1E 0 39 DB 1F 21
Octal 72 114 155 57 36 0 71 333 37 41
Binary 111010 1001100 1101101 101111 11110 0 111001 11011011 11111 100001

Color Harmonies of #3A4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C6D

Black with #3A4C6D

Text Example


Text Example

White with #3A4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4C6D; }

 p { color: rgb(58,76,109); }

 H1.HeaderClassName
 {
   color: #3A4C6D;
 }
 .AnyTagClassName
 {
   color: #3A4C6D;
 }
</style>

background-color css

<style>
 a { background-color: #3A4C6D; }

 a { background-color: rgb(58,76,109); }

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

border-color css

<style>
 span { border-color: #3A4C6D; }

 span { border-color: rgb(58,76,109); }

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