#275A62

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

Shades of Blumine #275A62

Tints of Blumine #275A62

Color information

#275A62 (or 0x275A62) is unknown color: approx Blumine. HEX triplet: 27, 5A and 62. RGB value is (39,90,98). Sum of RGB (Red+Green+Blue) = 39+90+98=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #275A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A62 is #D8A59D. Grayscale: #4B4B4B. Windows color (decimal): -14198174 or 6445607. OLE color: 6445607.

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

Color convert

RGB399098-
CMYK0.600.0800.62
HSL188.14º43.07%26.86%-
HSV(B)188.14º60.2%38.43%-
XYZ6.78.6312.87-
YUV75.66140.6101.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=17.18%
G=39.65%
B=43.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3990980.600.0800.62188.1443.0726.86
Hex275A623C803Ebc2b1b
Octal4713214274100762745333
Binary10011110110101100010111100100001111101011110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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