Html Css Color HEX #374A6C Astronaut

📋 copy color: '#374A6C'

red 55 ◦ green 74 ◦ blue 108

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

Shades of Astronaut #374A6C

Tints of Astronaut #374A6C

RGB

 RED value IS 55 (21.88% from 255) = 23.21%

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 23.21%
G = 31.22%
B = 45.57%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374A6C (or 0x374A6C) is known color: Astronaut. HEX triplet: 37, 4A and 6C. RGB value is (55,74,108). Sum of RGB (Red+Green+Blue) = 55+74+108=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #374A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A6C is #C8B593. Grayscale: #484848. Windows color (decimal): -13153684 or 7096887. OLE color: 7096887.

HSL color Cylindrical-coordinate representation of color #374A6C: hue angle of 218.49º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374A6C is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 74 108 -
CMYK 0.49 0.31 0 0.58
HSL 218.49º 0.33% 0.32% -
HSV(B) 218.49º 0.49% 0.42% -
XYZ 6.73 6.79 15.14 -
YUV 72.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 55 74 108 0.49 0.31 0 0.58 218.49 0.33 0.32
Hex 37 4A 6C 31 1F 0 3A DA 21 20
Octal 67 112 154 61 37 0 72 332 41 40
Binary 110111 1001010 1101100 110001 11111 0 111010 11011010 100001 100000

Color Harmonies of #374A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A6C

Black with #374A6C

Text Example


Text Example

White with #374A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A6C; }

 p { color: rgb(55,74,108); }

 H1.HeaderClassName
 {
   color: #374A6C;
 }
 .AnyTagClassName
 {
   color: #374A6C;
 }
</style>

background-color css

<style>
 a { background-color: #374A6C; }

 a { background-color: rgb(55,74,108); }

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

border-color css

<style>
 span { border-color: #374A6C; }

 span { border-color: rgb(55,74,108); }

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