Html Css Color HEX #373A71 Torea Bay

📋 copy color: '#373A71'

red 55 ◦ green 58 ◦ blue 113

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

Shades of Torea Bay #373A71

Tints of Torea Bay #373A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

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

R = 24.34%
G = 25.66%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373A71 (or 0x373A71) is known color: Torea Bay. HEX triplet: 37, 3A and 71. RGB value is (55,58,113). Sum of RGB (Red+Green+Blue) = 55+58+113=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #373A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A71 is #C8C58E. Grayscale: #3F3F3F. Windows color (decimal): -13157775 or 7420471. OLE color: 7420471.

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

Color convert

RGB 55 58 113 -
CMYK 0.51 0.49 0 0.56
HSL 236.9º 0.35% 0.33% -
HSV(B) 236.9º 0.51% 0.44% -
XYZ 6.07 5.03 16.27 -
YUV 63.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 55 58 113 0.51 0.49 0 0.56 236.9 0.35 0.33
Hex 37 3A 71 33 31 0 38 ED 23 21
Octal 67 72 161 63 61 0 70 355 43 41
Binary 110111 111010 1110001 110011 110001 0 111000 11101101 100011 100001

Color Harmonies of #373A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A71

Black with #373A71

Text Example


Text Example

White with #373A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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