Html Css Color HEX #37417C Torea Bay

📋 copy color: '#37417C'

red 55 ◦ green 65 ◦ blue 124

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

Shades of Torea Bay #37417C

Tints of Torea Bay #37417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 22.54%
G = 26.64%
B = 50.82%

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

#37417C (or 0x37417C) is known color: Torea Bay. HEX triplet: 37, 41 and 7C. RGB value is (55,65,124). Sum of RGB (Red+Green+Blue) = 55+65+124=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #37417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37417C is #C8BE83. Grayscale: #444444. Windows color (decimal): -13155972 or 8143159. OLE color: 8143159.

HSL color Cylindrical-coordinate representation of color #37417C: hue angle of 231.3º 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 #37417C is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 65 124 -
CMYK 0.56 0.48 0 0.51
HSL 231.3º 0.39% 0.35% -
HSV(B) 231.3º 0.56% 0.49% -
XYZ 7.1 6.05 19.86 -
YUV 68.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 55 65 124 0.56 0.48 0 0.51 231.3 0.39 0.35
Hex 37 41 7C 38 30 0 33 E7 27 23
Octal 67 101 174 70 60 0 63 347 47 43
Binary 110111 1000001 1111100 111000 110000 0 110011 11100111 100111 100011

Color Harmonies of #37417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37417C

Black with #37417C

Text Example


Text Example

White with #37417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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