Html Css Color HEX #373B7A Torea Bay

📋 copy color: '#373B7A'

red 55 ◦ green 59 ◦ blue 122

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

Shades of Torea Bay #373B7A

Tints of Torea Bay #373B7A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

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

R = 23.31%
G = 25%
B = 51.69%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#373B7A (or 0x373B7A) is known color: Torea Bay. HEX triplet: 37, 3B and 7A. RGB value is (55,59,122). Sum of RGB (Red+Green+Blue) = 55+59+122=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #373B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B7A is #C8C485. Grayscale: #404040. Windows color (decimal): -13157510 or 8010551. OLE color: 8010551.

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

Color convert

RGB 55 59 122 -
CMYK 0.55 0.52 0 0.52
HSL 236.42º 0.38% 0.35% -
HSV(B) 236.42º 0.55% 0.48% -
XYZ 6.65 5.35 19.09 -
YUV 64.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 55 59 122 0.55 0.52 0 0.52 236.42 0.38 0.35
Hex 37 3B 7A 37 34 0 34 EC 26 23
Octal 67 73 172 67 64 0 64 354 46 43
Binary 110111 111011 1111010 110111 110100 0 110100 11101100 100110 100011

Color Harmonies of #373B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B7A

Black with #373B7A

Text Example


Text Example

White with #373B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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