#26606F

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

Shades of Blumine #26606F

Tints of Blumine #26606F

Color information

#26606F (or 0x26606F) is unknown color: approx Blumine. HEX triplet: 26, 60 and 6F. RGB value is (38,96,111). Sum of RGB (Red+Green+Blue) = 38+96+111=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #26606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26606F is #D99F90. Grayscale: #505050. Windows color (decimal): -14262161 or 7299110. OLE color: 7299110.

HSL color Cylindrical-coordinate representation of color #26606F: hue angle of 192.33º 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 #26606F is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3896111-
CMYK0.660.1400.56
HSL192.33º48.99%29.22%-
HSV(B)192.33º65.77%43.53%-
XYZ7.859.9316.54-
YUV80.37145.2897.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=15.51%
G=39.18%
B=45.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38961110.660.1400.56192.3348.9929.22
Hex26606F42E038c0311d
Octal46140157102160703006135
Binary100110110000011011111000010111001110001100000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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