#265A60

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

Shades of Blue Stone #265A60

Tints of Blue Stone #265A60

Color information

#265A60 (or 0x265A60) is unknown color: approx Blue Stone. HEX triplet: 26, 5A and 60. RGB value is (38,90,96). Sum of RGB (Red+Green+Blue) = 38+90+96=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #265A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A60 is #D9A59F. Grayscale: #4B4B4B. Windows color (decimal): -14263712 or 6314534. OLE color: 6314534.

HSL color Cylindrical-coordinate representation of color #265A60: hue angle of 186.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265A60 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB389096-
CMYK0.600.0600.62
HSL186.21º43.28%26.27%-
HSV(B)186.21º60.42%37.65%-
XYZ6.578.5712.37-
YUV75.14139.77101.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=16.96%
G=40.18%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3890960.600.0600.62186.2143.2826.27
Hex265A603C603Eba2b1a
Octal461321407460762725332
Binary1001101011010110000011110011001111101011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,90,96); }

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

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

 a { background-color: rgb(38,90,96); }

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

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

 span { border-color: rgb(38,90,96); }

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