#275F6E

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

Shades of Blumine #275F6E

Tints of Blumine #275F6E

Color information

#275F6E (or 0x275F6E) is unknown color: approx Blumine. HEX triplet: 27, 5F and 6E. RGB value is (39,95,110). Sum of RGB (Red+Green+Blue) = 39+95+110=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #275F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F6E is #D8A091. Grayscale: #4F4F4F. Windows color (decimal): -14196882 or 7233319. OLE color: 7233319.

HSL color Cylindrical-coordinate representation of color #275F6E: hue angle of 192.68º degrees, saturation: 0.48, 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 #275F6E is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3995110-
CMYK0.650.1400.57
HSL192.68º47.65%29.22%-
HSV(B)192.68º64.55%43.14%-
XYZ7.749.7416.22-
YUV79.97144.9598.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=15.98%
G=38.93%
B=45.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39951100.650.1400.57192.6847.6529.22
Hex275F6E41E039c1301d
Octal47137156101160713016035
Binary100111101111111011101000001111001110011100000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,95,110); }

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

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

 a { background-color: rgb(39,95,110); }

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

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

 span { border-color: rgb(39,95,110); }

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