#26626C

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

Shades of Blumine #26626C

Tints of Blumine #26626C

Color information

#26626C (or 0x26626C) is unknown color: approx Blumine. HEX triplet: 26, 62 and 6C. RGB value is (38,98,108). Sum of RGB (Red+Green+Blue) = 38+98+108=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #26626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26626C is #D99D93. Grayscale: #515151. Windows color (decimal): -14261652 or 7103014. OLE color: 7103014.

HSL color Cylindrical-coordinate representation of color #26626C: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26626C is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3898108-
CMYK0.650.0900.58
HSL188.57º47.95%28.63%-
HSV(B)188.57º64.81%42.35%-
XYZ7.8710.2315.75-
YUV81.2143.1297.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=15.57%
G=40.16%
B=44.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38981080.650.0900.58188.5747.9528.63
Hex26626C41903Abd301d
Octal46142154101110722756035
Binary100110110001011011001000001100101110101011110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26626C; }

 p { color: rgb(38,98,108); }

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

<style>
 a { background-color: #26626C; }

 a { background-color: rgb(38,98,108); }

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

<style>
 span { border-color: #26626C; }

 span { border-color: rgb(38,98,108); }

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