Html Css Color HEX #374177 Torea Bay

📋 copy color: '#374177'

red 55 ◦ green 65 ◦ blue 119

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

Shades of Torea Bay #374177

Tints of Torea Bay #374177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 23.01%
G = 27.2%
B = 49.79%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374177 (or 0x374177) is known color: Torea Bay. HEX triplet: 37, 41 and 77. RGB value is (55,65,119). Sum of RGB (Red+Green+Blue) = 55+65+119=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #374177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374177 is #C8BE88. Grayscale: #434343. Windows color (decimal): -13155977 or 7815479. OLE color: 7815479.

HSL color Cylindrical-coordinate representation of color #374177: hue angle of 230.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #374177 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 65 119 -
CMYK 0.54 0.45 0 0.53
HSL 230.63º 0.37% 0.34% -
HSV(B) 230.63º 0.54% 0.47% -
XYZ 6.8 5.92 18.24 -
YUV 68.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 55 65 119 0.54 0.45 0 0.53 230.63 0.37 0.34
Hex 37 41 77 36 2D 0 35 E7 25 22
Octal 67 101 167 66 55 0 65 347 45 42
Binary 110111 1000001 1110111 110110 101101 0 110101 11100111 100101 100010

Color Harmonies of #374177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374177

Black with #374177

Text Example


Text Example

White with #374177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374177; }

 p { color: rgb(55,65,119); }

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

background-color css

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

 a { background-color: rgb(55,65,119); }

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

border-color css

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

 span { border-color: rgb(55,65,119); }

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