#275E6F

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

Shades of Blumine #275E6F

Tints of Blumine #275E6F

Color information

#275E6F (or 0x275E6F) is unknown color: approx Blumine. HEX triplet: 27, 5E and 6F. RGB value is (39,94,111). Sum of RGB (Red+Green+Blue) = 39+94+111=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #275E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E6F is #D8A190. Grayscale: #4F4F4F. Windows color (decimal): -14197137 or 7298599. OLE color: 7298599.

HSL color Cylindrical-coordinate representation of color #275E6F: hue angle of 194.17º 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 #275E6F is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3994111-
CMYK0.650.1500.56
HSL194.17º48%29.41%-
HSV(B)194.17º64.86%43.53%-
XYZ7.719.5816.48-
YUV79.49145.7899.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=15.98%
G=38.52%
B=45.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39941110.650.1500.56194.174829.41
Hex275E6F41F038c2301d
Octal47136157101170703026035
Binary100111101111011011111000001111101110001100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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