#255E68

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

Shades of Blumine #255E68

Tints of Blumine #255E68

Color information

#255E68 (or 0x255E68) is unknown color: approx Blumine. HEX triplet: 25, 5E and 68. RGB value is (37,94,104). Sum of RGB (Red+Green+Blue) = 37+94+104=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #255E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E68 is #DAA197. Grayscale: #4D4D4D. Windows color (decimal): -14328216 or 6839845. OLE color: 6839845.

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

Color convert

RGB3794104-
CMYK0.640.1000.59
HSL188.96º47.52%27.65%-
HSV(B)188.96º64.42%40.78%-
XYZ7.269.414.53-
YUV78.1142.6298.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=15.74%
G=40%
B=44.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37941040.640.1000.59188.9647.5227.65
Hex255E6840A03Bbd301c
Octal45136150100120732756034
Binary100101101111011010001000000101001110111011110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255E68; }

 p { color: rgb(37,94,104); }

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

<style>
 a { background-color: #255E68; }

 a { background-color: rgb(37,94,104); }

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

<style>
 span { border-color: #255E68; }

 span { border-color: rgb(37,94,104); }

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