#275962

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

Shades of Blumine #275962

Tints of Blumine #275962

Color information

#275962 (or 0x275962) is unknown color: approx Blumine. HEX triplet: 27, 59 and 62. RGB value is (39,89,98). Sum of RGB (Red+Green+Blue) = 39+89+98=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #275962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275962 is #D8A69D. Grayscale: #4A4A4A. Windows color (decimal): -14198430 or 6445351. OLE color: 6445351.

HSL color Cylindrical-coordinate representation of color #275962: hue angle of 189.15º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #275962 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB398998-
CMYK0.600.0900.62
HSL189.15º43.07%26.86%-
HSV(B)189.15º60.2%38.43%-
XYZ6.618.4612.84-
YUV75.08140.94102.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=17.26%
G=39.38%
B=43.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3989980.600.0900.62189.1543.0726.86
Hex2759623C903Ebd2b1b
Octal4713114274110762755333
Binary10011110110011100010111100100101111101011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275962; }

 p { color: rgb(39,89,98); }

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

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

 a { background-color: rgb(39,89,98); }

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

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

 span { border-color: rgb(39,89,98); }

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