#275F6C

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

Shades of Blumine #275F6C

Tints of Blumine #275F6C

Color information

#275F6C (or 0x275F6C) is unknown color: approx Blumine. HEX triplet: 27, 5F and 6C. RGB value is (39,95,108). Sum of RGB (Red+Green+Blue) = 39+95+108=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #275F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F6C is #D8A093. Grayscale: #4F4F4F. Windows color (decimal): -14196884 or 7102247. OLE color: 7102247.

HSL color Cylindrical-coordinate representation of color #275F6C: hue angle of 191.3º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275F6C is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3995108-
CMYK0.640.1200.58
HSL191.3º46.94%28.82%-
HSV(B)191.3º63.89%42.35%-
XYZ7.649.715.66-
YUV79.74143.9598.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=16.12%
G=39.26%
B=44.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39951080.640.1200.58191.346.9428.82
Hex275F6C40C03Abf2f1d
Octal47137154100140722775735
Binary100111101111111011001000000110001110101011111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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