Html Css Color HEX #37417A Torea Bay

📋 copy color: '#37417A'

red 55 ◦ green 65 ◦ blue 122

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

Shades of Torea Bay #37417A

Tints of Torea Bay #37417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.41%

R = 22.73%
G = 26.86%
B = 50.41%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37417A (or 0x37417A) is known color: Torea Bay. HEX triplet: 37, 41 and 7A. RGB value is (55,65,122). Sum of RGB (Red+Green+Blue) = 55+65+122=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #37417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37417A is #C8BE85. Grayscale: #444444. Windows color (decimal): -13155974 or 8012087. OLE color: 8012087.

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

Color convert

RGB 55 65 122 -
CMYK 0.55 0.47 0 0.52
HSL 231.04º 0.38% 0.35% -
HSV(B) 231.04º 0.55% 0.48% -
XYZ 6.98 6 19.2 -
YUV 68.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 55 65 122 0.55 0.47 0 0.52 231.04 0.38 0.35
Hex 37 41 7A 37 2F 0 34 E7 26 23
Octal 67 101 172 67 57 0 64 347 46 43
Binary 110111 1000001 1111010 110111 101111 0 110100 11100111 100110 100011

Color Harmonies of #37417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37417A

Black with #37417A

Text Example


Text Example

White with #37417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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