#2F5C67

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

Shades of Blumine #2F5C67

Tints of Blumine #2F5C67

Color information

#2F5C67 (or 0x2F5C67) is unknown color: approx Blumine. HEX triplet: 2F, 5C and 67. RGB value is (47,92,103). Sum of RGB (Red+Green+Blue) = 47+92+103=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F5C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5C67 is #D0A398. Grayscale: #4F4F4F. Windows color (decimal): -13673369 or 6773807. OLE color: 6773807.

HSL color Cylindrical-coordinate representation of color #2F5C67: hue angle of 191.79º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F5C67 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4792103-
CMYK0.540.1100.60
HSL191.79º37.33%29.41%-
HSV(B)191.79º54.37%40.39%-
XYZ7.459.2414.22-
YUV79.8141.09104.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=19.42%
G=38.02%
B=42.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47921030.540.1100.60191.7937.3329.41
Hex2F5C6736B03Cc0251d
Octal5713414766130743004535
Binary10111110111001100111110110101101111001100000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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