Html Css Color HEX #37407C Torea Bay

📋 copy color: '#37407C'

red 55 ◦ green 64 ◦ blue 124

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

Shades of Torea Bay #37407C

Tints of Torea Bay #37407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 22.63%
G = 26.34%
B = 51.03%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37407C (or 0x37407C) is known color: Torea Bay. HEX triplet: 37, 40 and 7C. RGB value is (55,64,124). Sum of RGB (Red+Green+Blue) = 55+64+124=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #37407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37407C is #C8BF83. Grayscale: #434343. Windows color (decimal): -13156228 or 8142903. OLE color: 8142903.

HSL color Cylindrical-coordinate representation of color #37407C: hue angle of 232.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37407C is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 64 124 -
CMYK 0.56 0.48 0 0.51
HSL 232.17º 0.39% 0.35% -
HSV(B) 232.17º 0.56% 0.49% -
XYZ 7.05 5.93 19.84 -
YUV 68.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 55 64 124 0.56 0.48 0 0.51 232.17 0.39 0.35
Hex 37 40 7C 38 30 0 33 E8 27 23
Octal 67 100 174 70 60 0 63 350 47 43
Binary 110111 1000000 1111100 111000 110000 0 110011 11101000 100111 100011

Color Harmonies of #37407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37407C

Black with #37407C

Text Example


Text Example

White with #37407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37407C; }

 p { color: rgb(55,64,124); }

 H1.HeaderClassName
 {
   color: #37407C;
 }
 .AnyTagClassName
 {
   color: #37407C;
 }
</style>

background-color css

<style>
 a { background-color: #37407C; }

 a { background-color: rgb(55,64,124); }

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

border-color css

<style>
 span { border-color: #37407C; }

 span { border-color: rgb(55,64,124); }

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