Html Css Color HEX #373C6D Torea Bay

📋 copy color: '#373C6D'

red 55 ◦ green 60 ◦ blue 109

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

Shades of Torea Bay #373C6D

Tints of Torea Bay #373C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 24.55%
G = 26.79%
B = 48.66%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#373C6D (or 0x373C6D) is known color: Torea Bay. HEX triplet: 37, 3C and 6D. RGB value is (55,60,109). Sum of RGB (Red+Green+Blue) = 55+60+109=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #373C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C6D is #C8C392. Grayscale: #3F3F3F. Windows color (decimal): -13157267 or 7158839. OLE color: 7158839.

HSL color Cylindrical-coordinate representation of color #373C6D: hue angle of 234.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373C6D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 60 109 -
CMYK 0.50 0.45 0 0.57
HSL 234.44º 0.33% 0.32% -
HSV(B) 234.44º 0.5% 0.43% -
XYZ 5.95 5.15 15.15 -
YUV 64.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 55 60 109 0.50 0.45 0 0.57 234.44 0.33 0.32
Hex 37 3C 6D 32 2D 0 39 EA 21 20
Octal 67 74 155 62 55 0 71 352 41 40
Binary 110111 111100 1101101 110010 101101 0 111001 11101010 100001 100000

Color Harmonies of #373C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C6D

Black with #373C6D

Text Example


Text Example

White with #373C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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