#26616E

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

Shades of Blumine #26616E

Tints of Blumine #26616E

Color information

#26616E (or 0x26616E) is unknown color: approx Blumine. HEX triplet: 26, 61 and 6E. RGB value is (38,97,110). Sum of RGB (Red+Green+Blue) = 38+97+110=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #26616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26616E is #D99E91. Grayscale: #505050. Windows color (decimal): -14261906 or 7233830. OLE color: 7233830.

HSL color Cylindrical-coordinate representation of color #26616E: hue angle of 190.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26616E is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3897110-
CMYK0.650.1200.57
HSL190.83º48.65%29.02%-
HSV(B)190.83º65.45%43.14%-
XYZ7.8910.0916.28-
YUV80.84144.4597.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=15.51%
G=39.59%
B=44.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38971100.650.1200.57190.8348.6529.02
Hex26616E41C039bf311d
Octal46141156101140712776135
Binary100110110000111011101000001110001110011011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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