#265C5D

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

Shades of Blue Stone #265C5D

Tints of Blue Stone #265C5D

Color information

#265C5D (or 0x265C5D) is unknown color: approx Blue Stone. HEX triplet: 26, 5C and 5D. RGB value is (38,92,93). Sum of RGB (Red+Green+Blue) = 38+92+93=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #265C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C5D is #D9A3A2. Grayscale: #4B4B4B. Windows color (decimal): -14263203 or 6118438. OLE color: 6118438.

HSL color Cylindrical-coordinate representation of color #265C5D: hue angle of 181.09º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C5D is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB389293-
CMYK0.590.0100.64
HSL181.09º41.98%25.69%-
HSV(B)181.09º59.14%36.47%-
XYZ6.68.8611.72-
YUV75.97137.61100.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=17.04%
G=41.26%
B=41.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892930.590.0100.64181.0941.9825.69
Hex265C5D3B1040b52a1a
Octal4613413573101002655232
Binary100110101110010111011110111010000001011010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,92,93); }

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

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

 a { background-color: rgb(38,92,93); }

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

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

 span { border-color: rgb(38,92,93); }

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