#27626F

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

Shades of Blumine #27626F

Tints of Blumine #27626F

Color information

#27626F (or 0x27626F) is unknown color: approx Blumine. HEX triplet: 27, 62 and 6F. RGB value is (39,98,111). Sum of RGB (Red+Green+Blue) = 39+98+111=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #27626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27626F is #D89D90. Grayscale: #515151. Windows color (decimal): -14196113 or 7299623. OLE color: 7299623.

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

Color convert

RGB3998111-
CMYK0.650.1200.56
HSL190.83º48%29.41%-
HSV(B)190.83º64.86%43.53%-
XYZ8.0710.3116.6-
YUV81.84144.4597.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=15.73%
G=39.52%
B=44.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39981110.650.1200.56190.834829.41
Hex27626F41C038bf301d
Octal47142157101140702776035
Binary100111110001011011111000001110001110001011111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,98,111); }

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

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

 a { background-color: rgb(39,98,111); }

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

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

 span { border-color: rgb(39,98,111); }

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