Html Css Color HEX #374178 Torea Bay

📋 copy color: '#374178'

red 55 ◦ green 65 ◦ blue 120

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

Shades of Torea Bay #374178

Tints of Torea Bay #374178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50%

R = 22.92%
G = 27.08%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#374178 (or 0x374178) is known color: Torea Bay. HEX triplet: 37, 41 and 78. RGB value is (55,65,120). Sum of RGB (Red+Green+Blue) = 55+65+120=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #374178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374178 is #C8BE87. Grayscale: #444444. Windows color (decimal): -13155976 or 7881015. OLE color: 7881015.

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

Color convert

RGB 55 65 120 -
CMYK 0.54 0.46 0 0.53
HSL 230.77º 0.37% 0.34% -
HSV(B) 230.77º 0.54% 0.47% -
XYZ 6.86 5.95 18.56 -
YUV 68.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 55 65 120 0.54 0.46 0 0.53 230.77 0.37 0.34
Hex 37 41 78 36 2E 0 35 E7 25 22
Octal 67 101 170 66 56 0 65 347 45 42
Binary 110111 1000001 1111000 110110 101110 0 110101 11100111 100101 100010

Color Harmonies of #374178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374178

Black with #374178

Text Example


Text Example

White with #374178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374178; }

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

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

background-color css

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

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

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

border-color css

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

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

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