Html Css Color HEX #374A6A Astronaut

📋 copy color: '#374A6A'

red 55 ◦ green 74 ◦ blue 106

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

Shades of Astronaut #374A6A

Tints of Astronaut #374A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 23.4%
G = 31.49%
B = 45.11%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#374A6A (or 0x374A6A) is known color: Astronaut. HEX triplet: 37, 4A and 6A. RGB value is (55,74,106). Sum of RGB (Red+Green+Blue) = 55+74+106=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #374A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A6A is #C8B595. Grayscale: #474747. Windows color (decimal): -13153686 or 6965815. OLE color: 6965815.

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

Color convert

RGB 55 74 106 -
CMYK 0.48 0.30 0 0.58
HSL 217.65º 0.32% 0.32% -
HSV(B) 217.65º 0.48% 0.42% -
XYZ 6.63 6.75 14.59 -
YUV 71.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 55 74 106 0.48 0.30 0 0.58 217.65 0.32 0.32
Hex 37 4A 6A 30 1E 0 3A DA 20 20
Octal 67 112 152 60 36 0 72 332 40 40
Binary 110111 1001010 1101010 110000 11110 0 111010 11011010 100000 100000

Color Harmonies of #374A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A6A

Black with #374A6A

Text Example


Text Example

White with #374A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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