Html Css Color HEX #373F7A Torea Bay

📋 copy color: '#373F7A'

red 55 ◦ green 63 ◦ blue 122

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

Shades of Torea Bay #373F7A

Tints of Torea Bay #373F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

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

R = 22.92%
G = 26.25%
B = 50.83%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#373F7A (or 0x373F7A) is known color: Torea Bay. HEX triplet: 37, 3F and 7A. RGB value is (55,63,122). Sum of RGB (Red+Green+Blue) = 55+63+122=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #373F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F7A is #C8C085. Grayscale: #434343. Windows color (decimal): -13156486 or 8011575. OLE color: 8011575.

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

Color convert

RGB 55 63 122 -
CMYK 0.55 0.48 0 0.52
HSL 232.84º 0.38% 0.35% -
HSV(B) 232.84º 0.55% 0.48% -
XYZ 6.87 5.77 19.16 -
YUV 67.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 55 63 122 0.55 0.48 0 0.52 232.84 0.38 0.35
Hex 37 3F 7A 37 30 0 34 E9 26 23
Octal 67 77 172 67 60 0 64 351 46 43
Binary 110111 111111 1111010 110111 110000 0 110100 11101001 100110 100011

Color Harmonies of #373F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F7A

Black with #373F7A

Text Example


Text Example

White with #373F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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