Html Css Color HEX #373B71 Torea Bay

📋 copy color: '#373B71'

red 55 ◦ green 59 ◦ blue 113

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

Shades of Torea Bay #373B71

Tints of Torea Bay #373B71

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

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

R = 24.23%
G = 25.99%
B = 49.78%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373B71 (or 0x373B71) is known color: Torea Bay. HEX triplet: 37, 3B and 71. RGB value is (55,59,113). Sum of RGB (Red+Green+Blue) = 55+59+113=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #373B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B71 is #C8C48E. Grayscale: #3F3F3F. Windows color (decimal): -13157519 or 7420727. OLE color: 7420727.

HSL color Cylindrical-coordinate representation of color #373B71: hue angle of 235.86º 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 #373B71 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 59 113 -
CMYK 0.51 0.48 0 0.56
HSL 235.86º 0.35% 0.33% -
HSV(B) 235.86º 0.51% 0.44% -
XYZ 6.12 5.13 16.29 -
YUV 63.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 55 59 113 0.51 0.48 0 0.56 235.86 0.35 0.33
Hex 37 3B 71 33 30 0 38 EC 23 21
Octal 67 73 161 63 60 0 70 354 43 41
Binary 110111 111011 1110001 110011 110000 0 111000 11101100 100011 100001

Color Harmonies of #373B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B71

Black with #373B71

Text Example


Text Example

White with #373B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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