#275F69

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

Shades of Blumine #275F69

Tints of Blumine #275F69

Color information

#275F69 (or 0x275F69) is unknown color: approx Blumine. HEX triplet: 27, 5F and 69. RGB value is (39,95,105). Sum of RGB (Red+Green+Blue) = 39+95+105=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #275F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F69 is #D8A096. Grayscale: #4F4F4F. Windows color (decimal): -14196887 or 6905639. OLE color: 6905639.

HSL color Cylindrical-coordinate representation of color #275F69: hue angle of 189.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275F69 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3995105-
CMYK0.630.1000.59
HSL189.09º45.83%28.24%-
HSV(B)189.09º62.86%41.18%-
XYZ7.489.6414.83-
YUV79.4142.4599.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=16.32%
G=39.75%
B=43.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39951050.630.1000.59189.0945.8328.24
Hex275F693FA03Bbd2e1c
Octal4713715177120732755634
Binary10011110111111101001111111101001110111011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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