#2F677B

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

Shades of Blumine #2F677B

Tints of Blumine #2F677B

Color information

#2F677B (or 0x2F677B) is unknown color: approx Blumine. HEX triplet: 2F, 67 and 7B. RGB value is (47,103,123). Sum of RGB (Red+Green+Blue) = 47+103+123=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F677B is #D09884. Grayscale: #585858. Windows color (decimal): -13670533 or 8087343. OLE color: 8087343.

HSL color Cylindrical-coordinate representation of color #2F677B: hue angle of 195.79º 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 #2F677B is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB47103123-
CMYK0.620.1600.52
HSL195.79º44.71%33.33%-
HSV(B)195.79º61.79%48.24%-
XYZ9.611.7320.5-
YUV88.54147.4598.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.22%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=17.22%
G=37.73%
B=45.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal471031230.620.1600.52195.7944.7133.33
Hex2F677B3E10034c42d21
Octal5714717376200643045541
Binary1011111100111111101111111010000011010011000100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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