#255F6A

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

Shades of Blumine #255F6A

Tints of Blumine #255F6A

Color information

#255F6A (or 0x255F6A) is unknown color: approx Blumine. HEX triplet: 25, 5F and 6A. RGB value is (37,95,106). Sum of RGB (Red+Green+Blue) = 37+95+106=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #255F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F6A is #DAA095. Grayscale: #4E4E4E. Windows color (decimal): -14327958 or 6971173. OLE color: 6971173.

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

Color convert

RGB3795106-
CMYK0.650.1000.58
HSL189.57º48.25%28.04%-
HSV(B)189.57º65.09%41.57%-
XYZ7.469.6215.1-
YUV78.91143.2898.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=15.55%
G=39.92%
B=44.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37951060.650.1000.58189.5748.2528.04
Hex255F6A41A03Abe301c
Octal45137152101120722766034
Binary100101101111111010101000001101001110101011111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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