Html Css Color HEX #374071 Torea Bay

📋 copy color: '#374071'

red 55 ◦ green 64 ◦ blue 113

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

Shades of Torea Bay #374071

Tints of Torea Bay #374071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 23.71%
G = 27.59%
B = 48.71%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#374071 (or 0x374071) is known color: Torea Bay. HEX triplet: 37, 40 and 71. RGB value is (55,64,113). Sum of RGB (Red+Green+Blue) = 55+64+113=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #374071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374071 is #C8BF8E. Grayscale: #424242. Windows color (decimal): -13156239 or 7422007. OLE color: 7422007.

HSL color Cylindrical-coordinate representation of color #374071: hue angle of 230.69º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374071 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 64 113 -
CMYK 0.51 0.43 0 0.56
HSL 230.69º 0.35% 0.33% -
HSV(B) 230.69º 0.51% 0.44% -
XYZ 6.39 5.67 16.38 -
YUV 66.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 55 64 113 0.51 0.43 0 0.56 230.69 0.35 0.33
Hex 37 40 71 33 2B 0 38 E7 23 21
Octal 67 100 161 63 53 0 70 347 43 41
Binary 110111 1000000 1110001 110011 101011 0 111000 11100111 100011 100001

Color Harmonies of #374071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374071

Black with #374071

Text Example


Text Example

White with #374071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374071; }

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

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

background-color css

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

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

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

border-color css

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

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

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