Html Css Color HEX #373F71 Torea Bay

📋 copy color: '#373F71'

red 55 ◦ green 63 ◦ blue 113

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

Shades of Torea Bay #373F71

Tints of Torea Bay #373F71

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

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

R = 23.81%
G = 27.27%
B = 48.92%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373F71 (or 0x373F71) is known color: Torea Bay. HEX triplet: 37, 3F and 71. RGB value is (55,63,113). Sum of RGB (Red+Green+Blue) = 55+63+113=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #373F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F71 is #C8C08E. Grayscale: #424242. Windows color (decimal): -13156495 or 7421751. OLE color: 7421751.

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

Color convert

RGB 55 63 113 -
CMYK 0.51 0.44 0 0.56
HSL 231.72º 0.35% 0.33% -
HSV(B) 231.72º 0.51% 0.44% -
XYZ 6.33 5.56 16.36 -
YUV 66.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 55 63 113 0.51 0.44 0 0.56 231.72 0.35 0.33
Hex 37 3F 71 33 2C 0 38 E8 23 21
Octal 67 77 161 63 54 0 70 350 43 41
Binary 110111 111111 1110001 110011 101100 0 111000 11101000 100011 100001

Color Harmonies of #373F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F71

Black with #373F71

Text Example


Text Example

White with #373F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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