#265f6d

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

Shades of Blumine #265F6D

Tints of Blumine #265F6D

Color information

#265F6D (or 0x265F6D) is unknown color: approx Blumine. HEX triplet: 26, 5F and 6D. RGB value is (38,95,109). Sum of RGB (Red+Green+Blue) = 38+95+109=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #265F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F6D is #D9A092. Grayscale: #4F4F4F. Windows color (decimal): -14262419 or 7167782. OLE color: 7167782.

HSL color Cylindrical-coordinate representation of color #265F6D: hue angle of 191.83º 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 #265F6D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3895109-
CMYK0.650.1300.57
HSL191.83º48.3%28.82%-
HSV(B)191.83º65.14%42.75%-
XYZ7.659.715.94-
YUV79.55144.6298.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=15.70%
G=39.26%
B=45.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38951090.650.1300.57191.8348.328.82
Hex265F6D41D039c0301d
Octal46137155101150713006035
Binary100110101111111011011000001110101110011100000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,109); }

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

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

 a { background-color: rgb(38,95,109); }

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

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

 span { border-color: rgb(38,95,109); }

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