#275D65

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

Shades of Blumine #275D65

Tints of Blumine #275D65

Color information

#275D65 (or 0x275D65) is unknown color: approx Blumine. HEX triplet: 27, 5D and 65. RGB value is (39,93,101). Sum of RGB (Red+Green+Blue) = 39+93+101=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #275D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D65 is #D8A29A. Grayscale: #4D4D4D. Windows color (decimal): -14197403 or 6642983. OLE color: 6642983.

HSL color Cylindrical-coordinate representation of color #275D65: hue angle of 187.74º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275D65 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3993101-
CMYK0.610.0800.60
HSL187.74º44.29%27.45%-
HSV(B)187.74º61.39%39.61%-
XYZ7.19.213.71-
YUV77.77141.11100.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=16.74%
G=39.91%
B=43.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39931010.610.0800.60187.7444.2927.45
Hex275D653D803Cbc2c1b
Octal4713514575100742745433
Binary10011110111011100101111101100001111001011110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,101); }

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

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

 a { background-color: rgb(39,93,101); }

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

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

 span { border-color: rgb(39,93,101); }

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