Html Css Color HEX #373F68 Bay Of Many

📋 copy color: '#373F68'

red 55 ◦ green 63 ◦ blue 104

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

Shades of Bay Of Many #373F68

Tints of Bay Of Many #373F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 24.77%
G = 28.38%
B = 46.85%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373F68 (or 0x373F68) is known color: Bay Of Many. HEX triplet: 37, 3F and 68. RGB value is (55,63,104). Sum of RGB (Red+Green+Blue) = 55+63+104=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #373F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F68 is #C8C097. Grayscale: #414141. Windows color (decimal): -13156504 or 6831927. OLE color: 6831927.

HSL color Cylindrical-coordinate representation of color #373F68: hue angle of 230.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373F68 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 63 104 -
CMYK 0.47 0.39 0 0.59
HSL 230.2º 0.31% 0.31% -
HSV(B) 230.2º 0.47% 0.41% -
XYZ 5.85 5.37 13.82 -
YUV 65.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 55 63 104 0.47 0.39 0 0.59 230.2 0.31 0.31
Hex 37 3F 68 2F 27 0 3B E6 1F 1F
Octal 67 77 150 57 47 0 73 346 37 37
Binary 110111 111111 1101000 101111 100111 0 111011 11100110 11111 11111

Color Harmonies of #373F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F68

Black with #373F68

Text Example


Text Example

White with #373F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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