Html Css Color HEX #373D6F Torea Bay

📋 copy color: '#373D6F'

red 55 ◦ green 61 ◦ blue 111

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

Shades of Torea Bay #373D6F

Tints of Torea Bay #373D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 111 (43.75% from 255) = 48.9%

R = 24.23%
G = 26.87%
B = 48.9%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373D6F (or 0x373D6F) is known color: Torea Bay. HEX triplet: 37, 3D and 6F. RGB value is (55,61,111). Sum of RGB (Red+Green+Blue) = 55+61+111=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #373D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D6F is #C8C290. Grayscale: #404040. Windows color (decimal): -13157009 or 7290167. OLE color: 7290167.

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

Color convert

RGB 55 61 111 -
CMYK 0.50 0.45 0 0.56
HSL 233.57º 0.34% 0.33% -
HSV(B) 233.57º 0.5% 0.44% -
XYZ 6.11 5.3 15.74 -
YUV 64.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 55 61 111 0.50 0.45 0 0.56 233.57 0.34 0.33
Hex 37 3D 6F 32 2D 0 38 EA 22 21
Octal 67 75 157 62 55 0 70 352 42 41
Binary 110111 111101 1101111 110010 101101 0 111000 11101010 100010 100001

Color Harmonies of #373D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D6F

Black with #373D6F

Text Example


Text Example

White with #373D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,111); }

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

background-color css

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

 a { background-color: rgb(55,61,111); }

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

border-color css

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

 span { border-color: rgb(55,61,111); }

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