#2F627D

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

Shades of Blumine #2F627D

Tints of Blumine #2F627D

Color information

#2F627D (or 0x2F627D) is unknown color: approx Blumine. HEX triplet: 2F, 62 and 7D. RGB value is (47,98,125). Sum of RGB (Red+Green+Blue) = 47+98+125=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F627D is #D09D82. Grayscale: #555555. Windows color (decimal): -13671811 or 8217135. OLE color: 8217135.

HSL color Cylindrical-coordinate representation of color #2F627D: hue angle of 200.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F627D is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4798125-
CMYK0.620.2200.51
HSL200.77º45.35%33.73%-
HSV(B)200.77º62.4%49.02%-
XYZ9.2410.8221-
YUV85.83150.1100.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=17.41%
G=36.30%
B=46.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47981250.620.2200.51200.7745.3533.73
Hex2F627D3E16033c92d22
Octal5714217576260633115542
Binary1011111100010111110111111010110011001111001001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,125); }

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

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

 a { background-color: rgb(47,98,125); }

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

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

 span { border-color: rgb(47,98,125); }

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