Html Css Color HEX #374074 Torea Bay

📋 copy color: '#374074'

red 55 ◦ green 64 ◦ blue 116

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

Shades of Torea Bay #374074

Tints of Torea Bay #374074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

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

R = 23.4%
G = 27.23%
B = 49.36%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#374074 (or 0x374074) is known color: Torea Bay. HEX triplet: 37, 40 and 74. RGB value is (55,64,116). Sum of RGB (Red+Green+Blue) = 55+64+116=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #374074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374074 is #C8BF8B. Grayscale: #434343. Windows color (decimal): -13156236 or 7618615. OLE color: 7618615.

HSL color Cylindrical-coordinate representation of color #374074: hue angle of 231.15º 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 #374074 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 64 116 -
CMYK 0.53 0.45 0 0.55
HSL 231.15º 0.36% 0.34% -
HSV(B) 231.15º 0.53% 0.45% -
XYZ 6.56 5.74 17.29 -
YUV 67.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 55 64 116 0.53 0.45 0 0.55 231.15 0.36 0.34
Hex 37 40 74 35 2D 0 37 E7 24 22
Octal 67 100 164 65 55 0 67 347 44 42
Binary 110111 1000000 1110100 110101 101101 0 110111 11100111 100100 100010

Color Harmonies of #374074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374074

Black with #374074

Text Example


Text Example

White with #374074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374074; }

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

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

background-color css

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

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

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

border-color css

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

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

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