Html Css Color HEX #373C6C Torea Bay

📋 copy color: '#373C6C'

red 55 ◦ green 60 ◦ blue 108

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

Shades of Torea Bay #373C6C

Tints of Torea Bay #373C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 24.66%
G = 26.91%
B = 48.43%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#373C6C (or 0x373C6C) is known color: Torea Bay. HEX triplet: 37, 3C and 6C. RGB value is (55,60,108). Sum of RGB (Red+Green+Blue) = 55+60+108=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #373C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C6C is #C8C393. Grayscale: #3F3F3F. Windows color (decimal): -13157268 or 7093303. OLE color: 7093303.

HSL color Cylindrical-coordinate representation of color #373C6C: hue angle of 234.34º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #373C6C is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 60 108 -
CMYK 0.49 0.44 0 0.58
HSL 234.34º 0.33% 0.32% -
HSV(B) 234.34º 0.49% 0.42% -
XYZ 5.9 5.13 14.87 -
YUV 63.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 55 60 108 0.49 0.44 0 0.58 234.34 0.33 0.32
Hex 37 3C 6C 31 2C 0 3A EA 21 20
Octal 67 74 154 61 54 0 72 352 41 40
Binary 110111 111100 1101100 110001 101100 0 111010 11101010 100001 100000

Color Harmonies of #373C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C6C

Black with #373C6C

Text Example


Text Example

White with #373C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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