Html Css Color HEX #373A6F Torea Bay

📋 copy color: '#373A6F'

red 55 ◦ green 58 ◦ blue 111

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

Shades of Torea Bay #373A6F

Tints of Torea Bay #373A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 24.55%
G = 25.89%
B = 49.55%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373A6F (or 0x373A6F) is known color: Torea Bay. HEX triplet: 37, 3A and 6F. RGB value is (55,58,111). Sum of RGB (Red+Green+Blue) = 55+58+111=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #373A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A6F is #C8C590. Grayscale: #3E3E3E. Windows color (decimal): -13157777 or 7289399. OLE color: 7289399.

HSL color Cylindrical-coordinate representation of color #373A6F: hue angle of 236.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373A6F is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 58 111 -
CMYK 0.50 0.48 0 0.56
HSL 236.79º 0.34% 0.33% -
HSV(B) 236.79º 0.5% 0.44% -
XYZ 5.96 4.99 15.69 -
YUV 63.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 55 58 111 0.50 0.48 0 0.56 236.79 0.34 0.33
Hex 37 3A 6F 32 30 0 38 ED 22 21
Octal 67 72 157 62 60 0 70 355 42 41
Binary 110111 111010 1101111 110010 110000 0 111000 11101101 100010 100001

Color Harmonies of #373A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A6F

Black with #373A6F

Text Example


Text Example

White with #373A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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