Html Css Color HEX #374B70 Astronaut

📋 copy color: '#374B70'

red 55 ◦ green 75 ◦ blue 112

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

Shades of Astronaut #374B70

Tints of Astronaut #374B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 22.73%
G = 30.99%
B = 46.28%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374B70 (or 0x374B70) is known color: Astronaut. HEX triplet: 37, 4B and 70. RGB value is (55,75,112). Sum of RGB (Red+Green+Blue) = 55+75+112=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #374B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B70 is #C8B48F. Grayscale: #494949. Windows color (decimal): -13153424 or 7359287. OLE color: 7359287.

HSL color Cylindrical-coordinate representation of color #374B70: hue angle of 218.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374B70 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 75 112 -
CMYK 0.51 0.33 0 0.56
HSL 218.95º 0.34% 0.33% -
HSV(B) 218.95º 0.51% 0.44% -
XYZ 7.02 7.01 16.31 -
YUV 73.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 55 75 112 0.51 0.33 0 0.56 218.95 0.34 0.33
Hex 37 4B 70 33 21 0 38 DB 22 21
Octal 67 113 160 63 41 0 70 333 42 41
Binary 110111 1001011 1110000 110011 100001 0 111000 11011011 100010 100001

Color Harmonies of #374B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B70

Black with #374B70

Text Example


Text Example

White with #374B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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