#265E62

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

Shades of Blue Stone #265E62

Tints of Blue Stone #265E62

Color information

#265E62 (or 0x265E62) is unknown color: approx Blue Stone. HEX triplet: 26, 5E and 62. RGB value is (38,94,98). Sum of RGB (Red+Green+Blue) = 38+94+98=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #265E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E62 is #D9A19D. Grayscale: #4D4D4D. Windows color (decimal): -14262686 or 6446630. OLE color: 6446630.

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

Color convert

RGB389498-
CMYK0.610.0400.62
HSL184º44.12%26.67%-
HSV(B)184º61.22%38.43%-
XYZ7.019.312.98-
YUV77.71139.4599.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=16.52%
G=40.87%
B=42.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3894980.610.0400.6218444.1226.67
Hex265E623D403Eb82c1b
Octal461361427540762705433
Binary1001101011110110001011110110001111101011100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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