#265E68

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

Shades of Blumine #265E68

Tints of Blumine #265E68

Color information

#265E68 (or 0x265E68) is unknown color: approx Blumine. HEX triplet: 26, 5E and 68. RGB value is (38,94,104). Sum of RGB (Red+Green+Blue) = 38+94+104=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 94 (37.11% from 255 or 39.83% 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 #265E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E68 is #D9A197. Grayscale: #4E4E4E. Windows color (decimal): -14262680 or 6839846. OLE color: 6839846.

HSL color Cylindrical-coordinate representation of color #265E68: hue angle of 189.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265E68 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3894104-
CMYK0.630.1000.59
HSL189.09º46.48%27.84%-
HSV(B)189.09º63.46%40.78%-
XYZ7.39.4214.53-
YUV78.4142.4599.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=16.10%
G=39.83%
B=44.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38941040.630.1000.59189.0946.4827.84
Hex265E683FA03Bbd2e1c
Octal4613615077120732755634
Binary10011010111101101000111111101001110111011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,104); }

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

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

 a { background-color: rgb(38,94,104); }

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

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

 span { border-color: rgb(38,94,104); }

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