#2F657B

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

Shades of Blumine #2F657B

Tints of Blumine #2F657B

Color information

#2F657B (or 0x2F657B) is unknown color: approx Blumine. HEX triplet: 2F, 65 and 7B. RGB value is (47,101,123). Sum of RGB (Red+Green+Blue) = 47+101+123=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F657B is #D09A84. Grayscale: #575757. Windows color (decimal): -13671045 or 8086831. OLE color: 8086831.

HSL color Cylindrical-coordinate representation of color #2F657B: hue angle of 197.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F657B is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB47101123-
CMYK0.620.1800.52
HSL197.37º44.71%33.33%-
HSV(B)197.37º61.79%48.24%-
XYZ9.411.3420.43-
YUV87.36148.1199.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=17.34%
G=37.27%
B=45.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal471011230.620.1800.52197.3744.7133.33
Hex2F657B3E12034c52d21
Octal5714517376220643055541
Binary1011111100101111101111111010010011010011000101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,101,123); }

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

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

 a { background-color: rgb(47,101,123); }

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

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

 span { border-color: rgb(47,101,123); }

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