#26616F

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

Shades of Blumine #26616F

Tints of Blumine #26616F

Color information

#26616F (or 0x26616F) is unknown color: approx Blumine. HEX triplet: 26, 61 and 6F. RGB value is (38,97,111). Sum of RGB (Red+Green+Blue) = 38+97+111=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #26616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26616F is #D99E90. Grayscale: #505050. Windows color (decimal): -14261905 or 7299366. OLE color: 7299366.

HSL color Cylindrical-coordinate representation of color #26616F: hue angle of 191.51º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26616F is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3897111-
CMYK0.660.1300.56
HSL191.51º48.99%29.22%-
HSV(B)191.51º65.77%43.53%-
XYZ7.9410.1116.57-
YUV80.96144.9597.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=15.45%
G=39.43%
B=45.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38971110.660.1300.56191.5148.9929.22
Hex26616F42D038c0311d
Octal46141157102150703006135
Binary100110110000111011111000010110101110001100000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26616F; }

 p { color: rgb(38,97,111); }

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

<style>
 a { background-color: #26616F; }

 a { background-color: rgb(38,97,111); }

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

<style>
 span { border-color: #26616F; }

 span { border-color: rgb(38,97,111); }

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