Html Css Color HEX #374B73 Astronaut

📋 copy color: '#374B73'

red 55 ◦ green 75 ◦ blue 115

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

Shades of Astronaut #374B73

Tints of Astronaut #374B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 22.45%
G = 30.61%
B = 46.94%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374B73 (or 0x374B73) is known color: Astronaut. HEX triplet: 37, 4B and 73. RGB value is (55,75,115). Sum of RGB (Red+Green+Blue) = 55+75+115=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #374B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B73 is #C8B48C. Grayscale: #494949. Windows color (decimal): -13153421 or 7555895. OLE color: 7555895.

HSL color Cylindrical-coordinate representation of color #374B73: hue angle of 220º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #374B73 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 75 115 -
CMYK 0.52 0.35 0 0.55
HSL 220º 0.35% 0.33% -
HSV(B) 220º 0.52% 0.45% -
XYZ 7.19 7.08 17.21 -
YUV 73.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 55 75 115 0.52 0.35 0 0.55 220 0.35 0.33
Hex 37 4B 73 34 23 0 37 DC 23 21
Octal 67 113 163 64 43 0 67 334 43 41
Binary 110111 1001011 1110011 110100 100011 0 110111 11011100 100011 100001

Color Harmonies of #374B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B73

Black with #374B73

Text Example


Text Example

White with #374B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,115); }

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

background-color css

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

 a { background-color: rgb(55,75,115); }

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

border-color css

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

 span { border-color: rgb(55,75,115); }

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