#275E68

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

Shades of Blumine #275E68

Tints of Blumine #275E68

Color information

#275E68 (or 0x275E68) is unknown color: approx Blumine. HEX triplet: 27, 5E and 68. RGB value is (39,94,104). Sum of RGB (Red+Green+Blue) = 39+94+104=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #275E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E68 is #D8A197. Grayscale: #4E4E4E. Windows color (decimal): -14197144 or 6839847. OLE color: 6839847.

HSL color Cylindrical-coordinate representation of color #275E68: hue angle of 189.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275E68 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3994104-
CMYK0.620.1000.59
HSL189.23º45.45%28.04%-
HSV(B)189.23º62.5%40.78%-
XYZ7.349.4414.53-
YUV78.69142.2899.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=16.46%
G=39.66%
B=43.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39941040.620.1000.59189.2345.4528.04
Hex275E683EA03Bbd2d1c
Octal4713615076120732755534
Binary10011110111101101000111110101001110111011110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275E68; }

 p { color: rgb(39,94,104); }

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

<style>
 a { background-color: #275E68; }

 a { background-color: rgb(39,94,104); }

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

<style>
 span { border-color: #275E68; }

 span { border-color: rgb(39,94,104); }

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