Html Css Color HEX #373C7A Torea Bay

📋 copy color: '#373C7A'

red 55 ◦ green 60 ◦ blue 122

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

Shades of Torea Bay #373C7A

Tints of Torea Bay #373C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

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

R = 23.21%
G = 25.32%
B = 51.48%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#373C7A (or 0x373C7A) is known color: Torea Bay. HEX triplet: 37, 3C and 7A. RGB value is (55,60,122). Sum of RGB (Red+Green+Blue) = 55+60+122=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #373C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C7A is #C8C385. Grayscale: #414141. Windows color (decimal): -13157254 or 8010807. OLE color: 8010807.

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

Color convert

RGB 55 60 122 -
CMYK 0.55 0.51 0 0.52
HSL 235.52º 0.38% 0.35% -
HSV(B) 235.52º 0.55% 0.48% -
XYZ 6.7 5.45 19.11 -
YUV 65.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 55 60 122 0.55 0.51 0 0.52 235.52 0.38 0.35
Hex 37 3C 7A 37 33 0 34 EC 26 23
Octal 67 74 172 67 63 0 64 354 46 43
Binary 110111 111100 1111010 110111 110011 0 110100 11101100 100110 100011

Color Harmonies of #373C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C7A

Black with #373C7A

Text Example


Text Example

White with #373C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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