Html Css Color HEX #373D68 Bay Of Many

📋 copy color: '#373D68'

red 55 ◦ green 61 ◦ blue 104

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

Shades of Bay Of Many #373D68

Tints of Bay Of Many #373D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

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

R = 25%
G = 27.73%
B = 47.27%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373D68 (or 0x373D68) is known color: Bay Of Many. HEX triplet: 37, 3D and 68. RGB value is (55,61,104). Sum of RGB (Red+Green+Blue) = 55+61+104=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #373D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D68 is #C8C297. Grayscale: #3F3F3F. Windows color (decimal): -13157016 or 6831415. OLE color: 6831415.

HSL color Cylindrical-coordinate representation of color #373D68: hue angle of 232.65º 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 #373D68 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 61 104 -
CMYK 0.47 0.41 0 0.59
HSL 232.65º 0.31% 0.31% -
HSV(B) 232.65º 0.47% 0.41% -
XYZ 5.74 5.15 13.79 -
YUV 64.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 55 61 104 0.47 0.41 0 0.59 232.65 0.31 0.31
Hex 37 3D 68 2F 29 0 3B E9 1F 1F
Octal 67 75 150 57 51 0 73 351 37 37
Binary 110111 111101 1101000 101111 101001 0 111011 11101001 11111 11111

Color Harmonies of #373D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D68

Black with #373D68

Text Example


Text Example

White with #373D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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