#2F6678

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

Shades of Blumine #2F6678

Tints of Blumine #2F6678

Color information

#2F6678 (or 0x2F6678) is unknown color: approx Blumine. HEX triplet: 2F, 66 and 78. RGB value is (47,102,120). Sum of RGB (Red+Green+Blue) = 47+102+120=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6678 is #D09987. Grayscale: #575757. Windows color (decimal): -13670792 or 7890479. OLE color: 7890479.

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

Color convert

RGB47102120-
CMYK0.610.1500.53
HSL194.79º43.71%32.75%-
HSV(B)194.79º60.83%47.06%-
XYZ9.3111.4619.49-
YUV87.61146.2899.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.47%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=17.47%
G=37.92%
B=44.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal471021200.610.1500.53194.7943.7132.75
Hex2F66783DF035c32c21
Octal5714617075170653035441
Binary101111110011011110001111011111011010111000011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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