#255F68

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

Shades of Blumine #255F68

Tints of Blumine #255F68

Color information

#255F68 (or 0x255F68) is unknown color: approx Blumine. HEX triplet: 25, 5F and 68. RGB value is (37,95,104). Sum of RGB (Red+Green+Blue) = 37+95+104=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #255F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F68 is #DAA097. Grayscale: #4E4E4E. Windows color (decimal): -14327960 or 6840101. OLE color: 6840101.

HSL color Cylindrical-coordinate representation of color #255F68: hue angle of 188.06º 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 #255F68 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3795104-
CMYK0.640.0900.59
HSL188.06º47.52%27.65%-
HSV(B)188.06º64.42%40.78%-
XYZ7.359.5814.56-
YUV78.68142.2898.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=15.68%
G=40.25%
B=44.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37951040.640.0900.59188.0647.5227.65
Hex255F6840903Bbc301c
Octal45137150100110732746034
Binary100101101111111010001000000100101110111011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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