#275E69

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

Shades of Blumine #275E69

Tints of Blumine #275E69

Color information

#275E69 (or 0x275E69) is unknown color: approx Blumine. HEX triplet: 27, 5E and 69. RGB value is (39,94,105). Sum of RGB (Red+Green+Blue) = 39+94+105=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #275E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E69 is #D8A196. Grayscale: #4E4E4E. Windows color (decimal): -14197143 or 6905383. OLE color: 6905383.

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

Color convert

RGB3994105-
CMYK0.630.1000.59
HSL190º45.83%28.24%-
HSV(B)190º62.86%41.18%-
XYZ7.399.4614.8-
YUV78.81142.7899.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=16.39%
G=39.50%
B=44.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39941050.630.1000.5919045.8328.24
Hex275E693FA03Bbe2e1c
Octal4713615177120732765634
Binary10011110111101101001111111101001110111011111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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