Html Css Color HEX #373E6E Torea Bay

📋 copy color: '#373E6E'

red 55 ◦ green 62 ◦ blue 110

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

Shades of Torea Bay #373E6E

Tints of Torea Bay #373E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 24.23%
G = 27.31%
B = 48.46%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#373E6E (or 0x373E6E) is known color: Torea Bay. HEX triplet: 37, 3E and 6E. RGB value is (55,62,110). Sum of RGB (Red+Green+Blue) = 55+62+110=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #373E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E6E is #C8C191. Grayscale: #414141. Windows color (decimal): -13156754 or 7224887. OLE color: 7224887.

HSL color Cylindrical-coordinate representation of color #373E6E: hue angle of 232.36º 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 #373E6E is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 62 110 -
CMYK 0.5 0.44 0 0.57
HSL 232.36º 0.33% 0.32% -
HSV(B) 232.36º 0.5% 0.43% -
XYZ 6.11 5.38 15.47 -
YUV 65.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 55 62 110 0.5 0.44 0 0.57 232.36 0.33 0.32
Hex 37 3E 6E 32 2C 0 39 E8 21 20
Octal 67 76 156 62 54 0 71 350 41 40
Binary 110111 111110 1101110 110010 101100 0 111001 11101000 100001 100000

Color Harmonies of #373E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E6E

Black with #373E6E

Text Example


Text Example

White with #373E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,62,110); }

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

background-color css

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

 a { background-color: rgb(55,62,110); }

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

border-color css

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

 span { border-color: rgb(55,62,110); }

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