Html Css Color HEX #373C73 Torea Bay

📋 copy color: '#373C73'

red 55 ◦ green 60 ◦ blue 115

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

Shades of Torea Bay #373C73

Tints of Torea Bay #373C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50%

R = 23.91%
G = 26.09%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373C73 (or 0x373C73) is known color: Torea Bay. HEX triplet: 37, 3C and 73. RGB value is (55,60,115). Sum of RGB (Red+Green+Blue) = 55+60+115=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #373C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C73 is #C8C38C. Grayscale: #404040. Windows color (decimal): -13157261 or 7552055. OLE color: 7552055.

HSL color Cylindrical-coordinate representation of color #373C73: hue angle of 235º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373C73 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 60 115 -
CMYK 0.52 0.48 0 0.55
HSL 235º 0.35% 0.33% -
HSV(B) 235º 0.52% 0.45% -
XYZ 6.29 5.28 16.91 -
YUV 64.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 55 60 115 0.52 0.48 0 0.55 235 0.35 0.33
Hex 37 3C 73 34 30 0 37 EB 23 21
Octal 67 74 163 64 60 0 67 353 43 41
Binary 110111 111100 1110011 110100 110000 0 110111 11101011 100011 100001

Color Harmonies of #373C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C73

Black with #373C73

Text Example


Text Example

White with #373C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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