Html Css Color HEX #373E7B Torea Bay

📋 copy color: '#373E7B'

red 55 ◦ green 62 ◦ blue 123

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

Shades of Torea Bay #373E7B

Tints of Torea Bay #373E7B

RGB

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

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

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

R = 22.92%
G = 25.83%
B = 51.25%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#373E7B (or 0x373E7B) is known color: Torea Bay. HEX triplet: 37, 3E and 7B. RGB value is (55,62,123). Sum of RGB (Red+Green+Blue) = 55+62+123=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #373E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E7B is #C8C184. Grayscale: #424242. Windows color (decimal): -13156741 or 8076855. OLE color: 8076855.

HSL color Cylindrical-coordinate representation of color #373E7B: hue angle of 233.82º 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 #373E7B is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 62 123 -
CMYK 0.55 0.50 0 0.52
HSL 233.82º 0.38% 0.35% -
HSV(B) 233.82º 0.55% 0.48% -
XYZ 6.87 5.69 19.47 -
YUV 66.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 55 62 123 0.55 0.50 0 0.52 233.82 0.38 0.35
Hex 37 3E 7B 37 32 0 34 EA 26 23
Octal 67 76 173 67 62 0 64 352 46 43
Binary 110111 111110 1111011 110111 110010 0 110100 11101010 100110 100011

Color Harmonies of #373E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E7B

Black with #373E7B

Text Example


Text Example

White with #373E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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