Html Css Color HEX #374174 Torea Bay

📋 copy color: '#374174'

red 55 ◦ green 65 ◦ blue 116

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

Shades of Torea Bay #374174

Tints of Torea Bay #374174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.15%

R = 23.31%
G = 27.54%
B = 49.15%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374174 (or 0x374174) is known color: Torea Bay. HEX triplet: 37, 41 and 74. RGB value is (55,65,116). Sum of RGB (Red+Green+Blue) = 55+65+116=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #374174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374174 is #C8BE8B. Grayscale: #434343. Windows color (decimal): -13155980 or 7618871. OLE color: 7618871.

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

Color convert

RGB 55 65 116 -
CMYK 0.53 0.44 0 0.55
HSL 230.16º 0.36% 0.34% -
HSV(B) 230.16º 0.53% 0.45% -
XYZ 6.62 5.85 17.3 -
YUV 67.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 55 65 116 0.53 0.44 0 0.55 230.16 0.36 0.34
Hex 37 41 74 35 2C 0 37 E6 24 22
Octal 67 101 164 65 54 0 67 346 44 42
Binary 110111 1000001 1110100 110101 101100 0 110111 11100110 100100 100010

Color Harmonies of #374174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374174

Black with #374174

Text Example


Text Example

White with #374174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374174; }

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

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

background-color css

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

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

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

border-color css

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

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

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