Html Css Color HEX #374075 Torea Bay

📋 copy color: '#374075'

red 55 ◦ green 64 ◦ blue 117

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

Shades of Torea Bay #374075

Tints of Torea Bay #374075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 23.31%
G = 27.12%
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

#374075 (or 0x374075) is known color: Torea Bay. HEX triplet: 37, 40 and 75. RGB value is (55,64,117). Sum of RGB (Red+Green+Blue) = 55+64+117=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #374075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374075 is #C8BF8A. Grayscale: #434343. Windows color (decimal): -13156235 or 7684151. OLE color: 7684151.

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

Color convert

RGB 55 64 117 -
CMYK 0.53 0.45 0 0.54
HSL 231.29º 0.36% 0.34% -
HSV(B) 231.29º 0.53% 0.46% -
XYZ 6.62 5.76 17.59 -
YUV 67.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 55 64 117 0.53 0.45 0 0.54 231.29 0.36 0.34
Hex 37 40 75 35 2D 0 36 E7 24 22
Octal 67 100 165 65 55 0 66 347 44 42
Binary 110111 1000000 1110101 110101 101101 0 110110 11100111 100100 100010

Color Harmonies of #374075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374075

Black with #374075

Text Example


Text Example

White with #374075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374075; }

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

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

background-color css

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

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

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

border-color css

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

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

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