#265A61

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

Shades of Blue Stone #265A61

Tints of Blue Stone #265A61

Color information

#265A61 (or 0x265A61) is unknown color: approx Blue Stone. HEX triplet: 26, 5A and 61. RGB value is (38,90,97). Sum of RGB (Red+Green+Blue) = 38+90+97=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #265A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A61 is #D9A59E. Grayscale: #4B4B4B. Windows color (decimal): -14263711 or 6380070. OLE color: 6380070.

HSL color Cylindrical-coordinate representation of color #265A61: hue angle of 187.12º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265A61 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB389097-
CMYK0.610.0700.62
HSL187.12º43.7%26.47%-
HSV(B)187.12º60.82%38.04%-
XYZ6.618.5912.62-
YUV75.25140.27101.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=16.89%
G=40%
B=43.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3890970.610.0700.62187.1243.726.47
Hex265A613D703Ebb2c1a
Octal461321417570762735432
Binary1001101011010110000111110111101111101011101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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