#275C65

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

Shades of Blumine #275C65

Tints of Blumine #275C65

Color information

#275C65 (or 0x275C65) is unknown color: approx Blumine. HEX triplet: 27, 5C and 65. RGB value is (39,92,101). Sum of RGB (Red+Green+Blue) = 39+92+101=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #275C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C65 is #D8A39A. Grayscale: #4D4D4D. Windows color (decimal): -14197659 or 6642727. OLE color: 6642727.

HSL color Cylindrical-coordinate representation of color #275C65: hue angle of 188.71º 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 #275C65 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3992101-
CMYK0.610.0900.60
HSL188.71º44.29%27.45%-
HSV(B)188.71º61.39%39.61%-
XYZ7.019.0313.68-
YUV77.18141.44100.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=16.81%
G=39.66%
B=43.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39921010.610.0900.60188.7144.2927.45
Hex275C653D903Cbd2c1b
Octal4713414575110742755433
Binary10011110111001100101111101100101111001011110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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