Html Css Color HEX #373C71 Torea Bay

📋 copy color: '#373C71'

red 55 ◦ green 60 ◦ blue 113

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

Shades of Torea Bay #373C71

Tints of Torea Bay #373C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 24.12%
G = 26.32%
B = 49.56%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373C71 (or 0x373C71) is known color: Torea Bay. HEX triplet: 37, 3C and 71. RGB value is (55,60,113). Sum of RGB (Red+Green+Blue) = 55+60+113=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #373C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C71 is #C8C38E. Grayscale: #404040. Windows color (decimal): -13157263 or 7420983. OLE color: 7420983.

HSL color Cylindrical-coordinate representation of color #373C71: hue angle of 234.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373C71 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 60 113 -
CMYK 0.51 0.47 0 0.56
HSL 234.83º 0.35% 0.33% -
HSV(B) 234.83º 0.51% 0.44% -
XYZ 6.17 5.24 16.31 -
YUV 64.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 55 60 113 0.51 0.47 0 0.56 234.83 0.35 0.33
Hex 37 3C 71 33 2F 0 38 EB 23 21
Octal 67 74 161 63 57 0 70 353 43 41
Binary 110111 111100 1110001 110011 101111 0 111000 11101011 100011 100001

Color Harmonies of #373C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C71

Black with #373C71

Text Example


Text Example

White with #373C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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