#2f6777

Color #2F6777 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #2F6777

Tints of Blumine #2F6777

Color information

#2F6777 (or 0x2F6777) is unknown color: approx Blumine. HEX triplet: 2F, 67 and 77. RGB value is (47,103,119). Sum of RGB (Red+Green+Blue) = 47+103+119=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F6777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6777 is #D09888. Grayscale: #575757. Windows color (decimal): -13670537 or 7825199. OLE color: 7825199.

HSL color Cylindrical-coordinate representation of color #2F6777: hue angle of 193.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F6777 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB47103119-
CMYK0.610.1300.53
HSL193.33º43.37%32.55%-
HSV(B)193.33º60.5%46.67%-
XYZ9.3511.6419.21-
YUV88.08145.4598.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=17.47%
G=38.29%
B=44.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal471031190.610.1300.53193.3343.3732.55
Hex2F67773DD035c12b21
Octal5714716775150653015341
Binary101111110011111101111111011101011010111000001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f6777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,103,119); }

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

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

 a { background-color: rgb(47,103,119); }

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

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

 span { border-color: rgb(47,103,119); }

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