#265E63

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

Shades of Blue Stone #265E63

Tints of Blue Stone #265E63

Color information

#265E63 (or 0x265E63) is unknown color: approx Blue Stone. HEX triplet: 26, 5E and 63. RGB value is (38,94,99). Sum of RGB (Red+Green+Blue) = 38+94+99=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #265E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E63 is #D9A19C. Grayscale: #4D4D4D. Windows color (decimal): -14262685 or 6512166. OLE color: 6512166.

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

Color convert

RGB389499-
CMYK0.620.0500.61
HSL184.92º44.53%26.86%-
HSV(B)184.92º61.62%38.82%-
XYZ7.059.3213.23-
YUV77.83139.9599.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=16.45%
G=40.69%
B=42.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3894990.620.0500.61184.9244.5326.86
Hex265E633E503Db92d1b
Octal461361437650752715533
Binary1001101011110110001111111010101111011011100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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