Html Css Color HEX #37427C Torea Bay

📋 copy color: '#37427C'

red 55 ◦ green 66 ◦ blue 124

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

Shades of Torea Bay #37427C

Tints of Torea Bay #37427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 22.45%
G = 26.94%
B = 50.61%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37427C (or 0x37427C) is known color: Torea Bay. HEX triplet: 37, 42 and 7C. RGB value is (55,66,124). Sum of RGB (Red+Green+Blue) = 55+66+124=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #37427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37427C is #C8BD83. Grayscale: #454545. Windows color (decimal): -13155716 or 8143415. OLE color: 8143415.

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

Color convert

RGB 55 66 124 -
CMYK 0.56 0.47 0 0.51
HSL 230.43º 0.39% 0.35% -
HSV(B) 230.43º 0.56% 0.49% -
XYZ 7.16 6.16 19.88 -
YUV 69.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 55 66 124 0.56 0.47 0 0.51 230.43 0.39 0.35
Hex 37 42 7C 38 2F 0 33 E6 27 23
Octal 67 102 174 70 57 0 63 346 47 43
Binary 110111 1000010 1111100 111000 101111 0 110011 11100110 100111 100011

Color Harmonies of #37427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37427C

Black with #37427C

Text Example


Text Example

White with #37427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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