#265F6C

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

Shades of Blumine #265F6C

Tints of Blumine #265F6C

Color information

#265F6C (or 0x265F6C) is unknown color: approx Blumine. HEX triplet: 26, 5F and 6C. RGB value is (38,95,108). Sum of RGB (Red+Green+Blue) = 38+95+108=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #265F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F6C is #D9A093. Grayscale: #4F4F4F. Windows color (decimal): -14262420 or 7102246. OLE color: 7102246.

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

Color convert

RGB3895108-
CMYK0.650.1200.58
HSL191.14º47.95%28.63%-
HSV(B)191.14º64.81%42.35%-
XYZ7.69.6815.66-
YUV79.44144.1298.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=15.77%
G=39.42%
B=44.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38951080.650.1200.58191.1447.9528.63
Hex265F6C41C03Abf301d
Octal46137154101140722776035
Binary100110101111111011001000001110001110101011111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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