Html Css Color HEX #373E70 Torea Bay

📋 copy color: '#373E70'

red 55 ◦ green 62 ◦ blue 112

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

Shades of Torea Bay #373E70

Tints of Torea Bay #373E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 24.02%
G = 27.07%
B = 48.91%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373E70 (or 0x373E70) is known color: Torea Bay. HEX triplet: 37, 3E and 70. RGB value is (55,62,112). Sum of RGB (Red+Green+Blue) = 55+62+112=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #373E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E70 is #C8C18F. Grayscale: #414141. Windows color (decimal): -13156752 or 7355959. OLE color: 7355959.

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

Color convert

RGB 55 62 112 -
CMYK 0.51 0.45 0 0.56
HSL 232.63º 0.34% 0.33% -
HSV(B) 232.63º 0.51% 0.44% -
XYZ 6.22 5.43 16.05 -
YUV 65.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 55 62 112 0.51 0.45 0 0.56 232.63 0.34 0.33
Hex 37 3E 70 33 2D 0 38 E9 22 21
Octal 67 76 160 63 55 0 70 351 42 41
Binary 110111 111110 1110000 110011 101101 0 111000 11101001 100010 100001

Color Harmonies of #373E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E70

Black with #373E70

Text Example


Text Example

White with #373E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,62,112); }

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

background-color css

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

 a { background-color: rgb(55,62,112); }

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

border-color css

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

 span { border-color: rgb(55,62,112); }

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