Html Css Color HEX #373C77 Torea Bay

📋 copy color: '#373C77'

red 55 ◦ green 60 ◦ blue 119

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

Shades of Torea Bay #373C77

Tints of Torea Bay #373C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.64%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 23.5%
G = 25.64%
B = 50.85%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373C77 (or 0x373C77) is known color: Torea Bay. HEX triplet: 37, 3C and 77. RGB value is (55,60,119). Sum of RGB (Red+Green+Blue) = 55+60+119=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #373C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C77 is #C8C388. Grayscale: #404040. Windows color (decimal): -13157257 or 7814199. OLE color: 7814199.

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

Color convert

RGB 55 60 119 -
CMYK 0.54 0.50 0 0.53
HSL 235.31º 0.37% 0.34% -
HSV(B) 235.31º 0.54% 0.47% -
XYZ 6.52 5.38 18.15 -
YUV 65.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 55 60 119 0.54 0.50 0 0.53 235.31 0.37 0.34
Hex 37 3C 77 36 32 0 35 EB 25 22
Octal 67 74 167 66 62 0 65 353 45 42
Binary 110111 111100 1110111 110110 110010 0 110101 11101011 100101 100010

Color Harmonies of #373C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C77

Black with #373C77

Text Example


Text Example

White with #373C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373C77; }

 p { color: rgb(55,60,119); }

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

background-color css

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

 a { background-color: rgb(55,60,119); }

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

border-color css

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

 span { border-color: rgb(55,60,119); }

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