#265E61

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

Shades of Blue Stone #265E61

Tints of Blue Stone #265E61

Color information

#265E61 (or 0x265E61) is unknown color: approx Blue Stone. HEX triplet: 26, 5E and 61. RGB value is (38,94,97). Sum of RGB (Red+Green+Blue) = 38+94+97=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #265E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E61 is #D9A19E. Grayscale: #4D4D4D. Windows color (decimal): -14262687 or 6381094. OLE color: 6381094.

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

Color convert

RGB389497-
CMYK0.610.0300.62
HSL183.05º43.7%26.47%-
HSV(B)183.05º60.82%38.04%-
XYZ6.969.2812.73-
YUV77.6138.9599.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=16.59%
G=41.05%
B=42.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3894970.610.0300.62183.0543.726.47
Hex265E613D303Eb72c1a
Octal461361417530762675432
Binary100110101111011000011111011101111101011011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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