#2F6778

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

Shades of Blumine #2F6778

Tints of Blumine #2F6778

Color information

#2F6778 (or 0x2F6778) is unknown color: approx Blumine. HEX triplet: 2F, 67 and 78. RGB value is (47,103,120). Sum of RGB (Red+Green+Blue) = 47+103+120=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F6778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6778 is #D09887. Grayscale: #585858. Windows color (decimal): -13670536 or 7890735. OLE color: 7890735.

HSL color Cylindrical-coordinate representation of color #2F6778: hue angle of 193.97º degrees, saturation: 0.44, 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 #2F6778 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB47103120-
CMYK0.610.1400.53
HSL193.97º43.71%32.75%-
HSV(B)193.97º60.83%47.06%-
XYZ9.4111.6619.52-
YUV88.19145.9598.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=17.41%
G=38.15%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal471031200.610.1400.53193.9743.7132.75
Hex2F67783DE035c22c21
Octal5714717075160653025441
Binary101111110011111110001111011110011010111000010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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