#374268

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

Shades of Bay Of Many #374268

Tints of Bay Of Many #374268

Color information

#374268 (or 0x374268) is unknown color: approx Bay Of Many. HEX triplet: 37, 42 and 68. RGB value is (55,66,104). Sum of RGB (Red+Green+Blue) = 55+66+104=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #374268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374268 is #C8BD97. Grayscale: #424242. Windows color (decimal): -13155736 or 6832695. OLE color: 6832695.

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

Color convert

RGB5566104-
CMYK0.470.3700.59
HSL226.53º30.82%31.18%-
HSV(B)226.53º47.12%40.78%-
XYZ6.025.7113.88-
YUV67.04148.86119.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=24.44%
G=29.33%
B=46.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55661040.470.3700.59226.5330.8231.18
Hex3742682F2503Be31f1f
Octal6710215057450733433737
Binary110111100001011010001011111001010111011111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374268; }

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

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

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

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

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

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

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

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