Html Css Color HEX #373A75 Torea Bay

📋 copy color: '#373A75'

red 55 ◦ green 58 ◦ blue 117

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

Shades of Torea Bay #373A75

Tints of Torea Bay #373A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 23.91%
G = 25.22%
B = 50.87%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#373A75 (or 0x373A75) is known color: Torea Bay. HEX triplet: 37, 3A and 75. RGB value is (55,58,117). Sum of RGB (Red+Green+Blue) = 55+58+117=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #373A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A75 is #C8C58A. Grayscale: #3F3F3F. Windows color (decimal): -13157771 or 7682615. OLE color: 7682615.

HSL color Cylindrical-coordinate representation of color #373A75: hue angle of 237.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373A75 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 58 117 -
CMYK 0.53 0.50 0 0.54
HSL 237.1º 0.36% 0.34% -
HSV(B) 237.1º 0.53% 0.46% -
XYZ 6.3 5.12 17.49 -
YUV 63.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 55 58 117 0.53 0.50 0 0.54 237.1 0.36 0.34
Hex 37 3A 75 35 32 0 36 ED 24 22
Octal 67 72 165 65 62 0 66 355 44 42
Binary 110111 111010 1110101 110101 110010 0 110110 11101101 100100 100010

Color Harmonies of #373A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A75

Black with #373A75

Text Example


Text Example

White with #373A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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