Html Css Color HEX #373875 Torea Bay

📋 copy color: '#373875'

red 55 ◦ green 56 ◦ blue 117

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

Shades of Torea Bay #373875

Tints of Torea Bay #373875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 24.12%
G = 24.56%
B = 51.32%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#373875 (or 0x373875) is known color: Torea Bay. HEX triplet: 37, 38 and 75. RGB value is (55,56,117). Sum of RGB (Red+Green+Blue) = 55+56+117=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #373875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373875 is #C8C78A. Grayscale: #3E3E3E. Windows color (decimal): -13158283 or 7682103. OLE color: 7682103.

HSL color Cylindrical-coordinate representation of color #373875: hue angle of 239.03º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373875 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 56 117 -
CMYK 0.53 0.52 0 0.54
HSL 239.03º 0.36% 0.34% -
HSV(B) 239.03º 0.53% 0.46% -
XYZ 6.2 4.92 17.45 -
YUV 62.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 55 56 117 0.53 0.52 0 0.54 239.03 0.36 0.34
Hex 37 38 75 35 34 0 36 EF 24 22
Octal 67 70 165 65 64 0 66 357 44 42
Binary 110111 111000 1110101 110101 110100 0 110110 11101111 100100 100010

Color Harmonies of #373875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373875

Black with #373875

Text Example


Text Example

White with #373875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373875; }

 p { color: rgb(55,56,117); }

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

background-color css

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

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

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

border-color css

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

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

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