Html Css Color HEX #374176 Torea Bay

📋 copy color: '#374176'

red 55 ◦ green 65 ◦ blue 118

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

Shades of Torea Bay #374176

Tints of Torea Bay #374176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 23.11%
G = 27.31%
B = 49.58%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#374176 (or 0x374176) is known color: Torea Bay. HEX triplet: 37, 41 and 76. RGB value is (55,65,118). Sum of RGB (Red+Green+Blue) = 55+65+118=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #374176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374176 is #C8BE89. Grayscale: #434343. Windows color (decimal): -13155978 or 7749943. OLE color: 7749943.

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

Color convert

RGB 55 65 118 -
CMYK 0.53 0.45 0 0.54
HSL 230.48º 0.36% 0.34% -
HSV(B) 230.48º 0.53% 0.46% -
XYZ 6.74 5.9 17.92 -
YUV 68.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 55 65 118 0.53 0.45 0 0.54 230.48 0.36 0.34
Hex 37 41 76 35 2D 0 36 E6 24 22
Octal 67 101 166 65 55 0 66 346 44 42
Binary 110111 1000001 1110110 110101 101101 0 110110 11100110 100100 100010

Color Harmonies of #374176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374176

Black with #374176

Text Example


Text Example

White with #374176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374176; }

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

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

background-color css

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

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

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

border-color css

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

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

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