#265B65

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

Shades of Blumine #265B65

Tints of Blumine #265B65

Color information

#265B65 (or 0x265B65) is unknown color: approx Blumine. HEX triplet: 26, 5B and 65. RGB value is (38,91,101). Sum of RGB (Red+Green+Blue) = 38+91+101=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #265B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B65 is #D9A49A. Grayscale: #4C4C4C. Windows color (decimal): -14263451 or 6642470. OLE color: 6642470.

HSL color Cylindrical-coordinate representation of color #265B65: hue angle of 189.52º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265B65 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3891101-
CMYK0.620.1000.60
HSL189.52º45.32%27.25%-
HSV(B)189.52º62.38%39.61%-
XYZ6.898.8313.65-
YUV76.29141.94100.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=16.52%
G=39.57%
B=43.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38911010.620.1000.60189.5245.3227.25
Hex265B653EA03Cbe2d1b
Octal4613314576120742765533
Binary10011010110111100101111110101001111001011111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265B65; }

 p { color: rgb(38,91,101); }

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

<style>
 a { background-color: #265B65; }

 a { background-color: rgb(38,91,101); }

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

<style>
 span { border-color: #265B65; }

 span { border-color: rgb(38,91,101); }

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