#2F6273

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

Shades of Blumine #2F6273

Tints of Blumine #2F6273

Color information

#2F6273 (or 0x2F6273) is unknown color: approx Blumine. HEX triplet: 2F, 62 and 73. RGB value is (47,98,115). Sum of RGB (Red+Green+Blue) = 47+98+115=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6273 is #D09D8C. Grayscale: #545454. Windows color (decimal): -13671821 or 7561775. OLE color: 7561775.

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

Color convert

RGB4798115-
CMYK0.590.1500.55
HSL195º41.98%31.76%-
HSV(B)195º59.13%45.1%-
XYZ8.6310.5817.81-
YUV84.69145.1101.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=18.08%
G=37.69%
B=44.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47981150.590.1500.5519541.9831.76
Hex2F62733BF037c32a20
Octal5714216373170673035240
Binary101111110001011100111110111111011011111000011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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