Html Css Color HEX #373773 Torea Bay

📋 copy color: '#373773'

red 55 ◦ green 55 ◦ blue 115

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

Shades of Torea Bay #373773

Tints of Torea Bay #373773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 24.44%
G = 24.44%
B = 51.11%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#373773 (or 0x373773) is known color: Torea Bay. HEX triplet: 37, 37 and 73. RGB value is (55,55,115). Sum of RGB (Red+Green+Blue) = 55+55+115=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #373773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373773 is #C8C88C. Grayscale: #3D3D3D. Windows color (decimal): -13158541 or 7550775. OLE color: 7550775.

HSL color Cylindrical-coordinate representation of color #373773: hue angle of 240º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373773 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 55 115 -
CMYK 0.52 0.52 0 0.55
HSL 240º 0.35% 0.33% -
HSV(B) 240º 0.52% 0.45% -
XYZ 6.04 4.78 16.82 -
YUV 61.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 55 55 115 0.52 0.52 0 0.55 240 0.35 0.33
Hex 37 37 73 34 34 0 37 F0 23 21
Octal 67 67 163 64 64 0 67 360 43 41
Binary 110111 110111 1110011 110100 110100 0 110111 11110000 100011 100001

Color Harmonies of #373773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373773

Black with #373773

Text Example


Text Example

White with #373773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373773; }

 p { color: rgb(55,55,115); }

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

background-color css

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

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

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

border-color css

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

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

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