#374467

Color #374467 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #374467

Tints of Bay Of Many #374467

Color information

#374467 (or 0x374467) is unknown color: approx Bay Of Many. HEX triplet: 37, 44 and 67. RGB value is (55,68,103). Sum of RGB (Red+Green+Blue) = 55+68+103=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #374467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374467 is #C8BB98. Grayscale: #434343. Windows color (decimal): -13155225 or 6767671. OLE color: 6767671.

HSL color Cylindrical-coordinate representation of color #374467: hue angle of 223.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #374467 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5568103-
CMYK0.470.3400.60
HSL223.75º30.38%30.98%-
HSV(B)223.75º46.6%40.39%-
XYZ6.095.9313.65-
YUV68.1147.69118.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=24.34%
G=30.09%
B=45.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55681030.470.3400.60223.7530.3830.98
Hex3744672F2203Ce01e1f
Octal6710414757420743403637
Binary110111100010011001111011111000100111100111000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374467; }

 p { color: rgb(55,68,103); }

 H1.HeaderClassName
 {
   color: #374467;
 }
 .AnyTagClassName
 {
   color: #374467;
 }
</style>
background-color css

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

 a { background-color: rgb(55,68,103); }

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

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

 span { border-color: rgb(55,68,103); }

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