Html Css Color HEX #373874 Torea Bay

📋 copy color: '#373874'

red 55 ◦ green 56 ◦ blue 116

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

Shades of Torea Bay #373874

Tints of Torea Bay #373874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

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

R = 24.23%
G = 24.67%
B = 51.1%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373874 (or 0x373874) is known color: Torea Bay. HEX triplet: 37, 38 and 74. RGB value is (55,56,116). Sum of RGB (Red+Green+Blue) = 55+56+116=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #373874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373874 is #C8C78B. Grayscale: #3E3E3E. Windows color (decimal): -13158284 or 7616567. OLE color: 7616567.

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

Color convert

RGB 55 56 116 -
CMYK 0.53 0.52 0 0.55
HSL 239.02º 0.36% 0.34% -
HSV(B) 239.02º 0.53% 0.45% -
XYZ 6.14 4.9 17.15 -
YUV 62.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 55 56 116 0.53 0.52 0 0.55 239.02 0.36 0.34
Hex 37 38 74 35 34 0 37 EF 24 22
Octal 67 70 164 65 64 0 67 357 44 42
Binary 110111 111000 1110100 110101 110100 0 110111 11101111 100100 100010

Color Harmonies of #373874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373874

Black with #373874

Text Example


Text Example

White with #373874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373874; }

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

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

background-color css

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

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

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

border-color css

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

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

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