Html Css Color HEX #373C7B Torea Bay

📋 copy color: '#373C7B'

red 55 ◦ green 60 ◦ blue 123

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

Shades of Torea Bay #373C7B

Tints of Torea Bay #373C7B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 23.11%
G = 25.21%
B = 51.68%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#373C7B (or 0x373C7B) is known color: Torea Bay. HEX triplet: 37, 3C and 7B. RGB value is (55,60,123). Sum of RGB (Red+Green+Blue) = 55+60+123=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #373C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C7B is #C8C384. Grayscale: #414141. Windows color (decimal): -13157253 or 8076343. OLE color: 8076343.

HSL color Cylindrical-coordinate representation of color #373C7B: hue angle of 235.59º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373C7B is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 60 123 -
CMYK 0.55 0.51 0 0.52
HSL 235.59º 0.38% 0.35% -
HSV(B) 235.59º 0.55% 0.48% -
XYZ 6.77 5.47 19.44 -
YUV 65.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 55 60 123 0.55 0.51 0 0.52 235.59 0.38 0.35
Hex 37 3C 7B 37 33 0 34 EC 26 23
Octal 67 74 173 67 63 0 64 354 46 43
Binary 110111 111100 1111011 110111 110011 0 110100 11101100 100110 100011

Color Harmonies of #373C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C7B

Black with #373C7B

Text Example


Text Example

White with #373C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,123); }

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

background-color css

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

 a { background-color: rgb(55,60,123); }

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

border-color css

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

 span { border-color: rgb(55,60,123); }

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