#2F6673

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

Shades of Blumine #2F6673

Tints of Blumine #2F6673

Color information

#2F6673 (or 0x2F6673) is unknown color: approx Blumine. HEX triplet: 2F, 66 and 73. RGB value is (47,102,115). Sum of RGB (Red+Green+Blue) = 47+102+115=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F6673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6673 is #D0998C. Grayscale: #565656. Windows color (decimal): -13670797 or 7562799. OLE color: 7562799.

HSL color Cylindrical-coordinate representation of color #2F6673: hue angle of 191.47º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6673 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB47102115-
CMYK0.590.1100.55
HSL191.47º41.98%31.76%-
HSV(B)191.47º59.13%45.1%-
XYZ9.0211.3417.93-
YUV87.04143.7899.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.80%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=17.80%
G=38.64%
B=43.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471021150.590.1100.55191.4741.9831.76
Hex2F66733BB037bf2a20
Octal5714616373130672775240
Binary101111110011011100111110111011011011110111111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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