#275A63

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

Shades of Blumine #275A63

Tints of Blumine #275A63

Color information

#275A63 (or 0x275A63) is unknown color: approx Blumine. HEX triplet: 27, 5A and 63. RGB value is (39,90,99). Sum of RGB (Red+Green+Blue) = 39+90+99=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #275A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A63 is #D8A59C. Grayscale: #4B4B4B. Windows color (decimal): -14198173 or 6511143. OLE color: 6511143.

HSL color Cylindrical-coordinate representation of color #275A63: hue angle of 189º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275A63 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB399099-
CMYK0.610.0900.61
HSL189º43.48%27.06%-
HSV(B)189º60.61%38.82%-
XYZ6.748.6413.12-
YUV75.78141.1101.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=17.11%
G=39.47%
B=43.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3990990.610.0900.6118943.4827.06
Hex275A633D903Dbd2b1b
Octal4713214375110752755333
Binary10011110110101100011111101100101111011011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,90,99); }

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

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

 a { background-color: rgb(39,90,99); }

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

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

 span { border-color: rgb(39,90,99); }

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