Html Css Color HEX #373B78 Torea Bay

📋 copy color: '#373B78'

red 55 ◦ green 59 ◦ blue 120

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

Shades of Torea Bay #373B78

Tints of Torea Bay #373B78

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.21%

 BLUE value IS 120 (47.27% from 255) = 51.28%

R = 23.5%
G = 25.21%
B = 51.28%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373B78 (or 0x373B78) is known color: Torea Bay. HEX triplet: 37, 3B and 78. RGB value is (55,59,120). Sum of RGB (Red+Green+Blue) = 55+59+120=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #373B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B78 is #C8C487. Grayscale: #404040. Windows color (decimal): -13157512 or 7879479. OLE color: 7879479.

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

Color convert

RGB 55 59 120 -
CMYK 0.54 0.51 0 0.53
HSL 236.31º 0.37% 0.34% -
HSV(B) 236.31º 0.54% 0.47% -
XYZ 6.53 5.3 18.45 -
YUV 64.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 55 59 120 0.54 0.51 0 0.53 236.31 0.37 0.34
Hex 37 3B 78 36 33 0 35 EC 25 22
Octal 67 73 170 66 63 0 65 354 45 42
Binary 110111 111011 1111000 110110 110011 0 110101 11101100 100101 100010

Color Harmonies of #373B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B78

Black with #373B78

Text Example


Text Example

White with #373B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,59,120); }

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

background-color css

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

 a { background-color: rgb(55,59,120); }

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

border-color css

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

 span { border-color: rgb(55,59,120); }

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