#374263

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

Shades of Bay Of Many #374263

Tints of Bay Of Many #374263

Color information

#374263 (or 0x374263) is unknown color: approx Bay Of Many. HEX triplet: 37, 42 and 63. RGB value is (55,66,99). Sum of RGB (Red+Green+Blue) = 55+66+99=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #374263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374263 is #C8BD9C. Grayscale: #424242. Windows color (decimal): -13155741 or 6505015. OLE color: 6505015.

HSL color Cylindrical-coordinate representation of color #374263: hue angle of 225º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374263 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB556699-
CMYK0.440.3300.61
HSL225º28.57%30.2%-
HSV(B)225º44.44%38.82%-
XYZ5.785.6112.58-
YUV66.47146.36119.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 99 (39.06% from 255) = 45%
R=25%
G=30%
B=45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5566990.440.3300.6122528.5730.2
Hex3742632C2103De11d1e
Octal6710214354410753413536
Binary110111100001011000111011001000010111101111000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374263; }

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

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

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

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

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

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

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

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