#275E6C

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

Shades of Blumine #275E6C

Tints of Blumine #275E6C

Color information

#275E6C (or 0x275E6C) is unknown color: approx Blumine. HEX triplet: 27, 5E and 6C. RGB value is (39,94,108). Sum of RGB (Red+Green+Blue) = 39+94+108=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #275E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E6C is #D8A193. Grayscale: #4F4F4F. Windows color (decimal): -14197140 or 7101991. OLE color: 7101991.

HSL color Cylindrical-coordinate representation of color #275E6C: hue angle of 192.17º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275E6C is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3994108-
CMYK0.640.1300.58
HSL192.17º46.94%28.82%-
HSV(B)192.17º63.89%42.35%-
XYZ7.559.5215.63-
YUV79.15144.2899.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=16.18%
G=39.00%
B=44.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39941080.640.1300.58192.1746.9428.82
Hex275E6C40D03Ac02f1d
Octal47136154100150723005735
Binary100111101111011011001000000110101110101100000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,108); }

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

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

 a { background-color: rgb(39,94,108); }

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

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

 span { border-color: rgb(39,94,108); }

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