#275E6E

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

Shades of Blumine #275E6E

Tints of Blumine #275E6E

Color information

#275E6E (or 0x275E6E) is unknown color: approx Blumine. HEX triplet: 27, 5E and 6E. RGB value is (39,94,110). Sum of RGB (Red+Green+Blue) = 39+94+110=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #275E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E6E is #D8A191. Grayscale: #4F4F4F. Windows color (decimal): -14197138 or 7233063. OLE color: 7233063.

HSL color Cylindrical-coordinate representation of color #275E6E: hue angle of 193.52º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275E6E is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3994110-
CMYK0.650.1500.57
HSL193.52º47.65%29.22%-
HSV(B)193.52º64.55%43.14%-
XYZ7.659.5616.19-
YUV79.38145.2899.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=16.05%
G=38.68%
B=45.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39941100.650.1500.57193.5247.6529.22
Hex275E6E41F039c2301d
Octal47136156101170713026035
Binary100111101111011011101000001111101110011100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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