#265F63

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

Shades of Blue Stone #265F63

Tints of Blue Stone #265F63

Color information

#265F63 (or 0x265F63) is unknown color: approx Blue Stone. HEX triplet: 26, 5F and 63. RGB value is (38,95,99). Sum of RGB (Red+Green+Blue) = 38+95+99=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #265F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F63 is #D9A09C. Grayscale: #4E4E4E. Windows color (decimal): -14262429 or 6512422. OLE color: 6512422.

HSL color Cylindrical-coordinate representation of color #265F63: hue angle of 183.93º 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 #265F63 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB389599-
CMYK0.620.0400.61
HSL183.93º44.53%26.86%-
HSV(B)183.93º61.62%38.82%-
XYZ7.149.513.26-
YUV78.41139.6299.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=16.38%
G=40.95%
B=42.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3895990.620.0400.61183.9344.5326.86
Hex265F633E403Db82d1b
Octal461371437640752705533
Binary1001101011111110001111111010001111011011100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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