#2F376B

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

Shades of Bay Of Many #2F376B

Tints of Bay Of Many #2F376B

Color information

#2F376B (or 0x2F376B) is unknown color: approx Bay Of Many. HEX triplet: 2F, 37 and 6B. RGB value is (47,55,107). Sum of RGB (Red+Green+Blue) = 47+55+107=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F376B is #D0C894. Grayscale: #3A3A3A. Windows color (decimal): -13682837 or 7026479. OLE color: 7026479.

HSL color Cylindrical-coordinate representation of color #2F376B: hue angle of 232º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F376B is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4755107-
CMYK0.560.4900.58
HSL232º38.96%30.2%-
HSV(B)232º56.07%41.96%-
XYZ5.194.414.49-
YUV58.54155.35119.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=22.49%
G=26.32%
B=51.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47551070.560.4900.5823238.9630.2
Hex2F376B383103Ae8271e
Octal576715370610723504736
Binary101111110111110101111100011000101110101110100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F376B; }

 p { color: rgb(47,55,107); }

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

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

 a { background-color: rgb(47,55,107); }

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

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

 span { border-color: rgb(47,55,107); }

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