Html Css Color HEX #373974 Torea Bay

📋 copy color: '#373974'

red 55 ◦ green 57 ◦ blue 116

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

Shades of Torea Bay #373974

Tints of Torea Bay #373974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 24.12%
G = 25%
B = 50.88%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373974 (or 0x373974) is known color: Torea Bay. HEX triplet: 37, 39 and 74. RGB value is (55,57,116). Sum of RGB (Red+Green+Blue) = 55+57+116=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #373974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373974 is #C8C68B. Grayscale: #3E3E3E. Windows color (decimal): -13158028 or 7616823. OLE color: 7616823.

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

Color convert

RGB 55 57 116 -
CMYK 0.53 0.51 0 0.55
HSL 238.03º 0.36% 0.34% -
HSV(B) 238.03º 0.53% 0.45% -
XYZ 6.19 5 17.16 -
YUV 63.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 55 57 116 0.53 0.51 0 0.55 238.03 0.36 0.34
Hex 37 39 74 35 33 0 37 EE 24 22
Octal 67 71 164 65 63 0 67 356 44 42
Binary 110111 111001 1110100 110101 110011 0 110111 11101110 100100 100010

Color Harmonies of #373974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373974

Black with #373974

Text Example


Text Example

White with #373974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373974; }

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

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

background-color css

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

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

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

border-color css

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

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

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