#265B62

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

Shades of Blue Stone #265B62

Tints of Blue Stone #265B62

Color information

#265B62 (or 0x265B62) is unknown color: approx Blue Stone. HEX triplet: 26, 5B and 62. RGB value is (38,91,98). Sum of RGB (Red+Green+Blue) = 38+91+98=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #265B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B62 is #D9A49D. Grayscale: #4B4B4B. Windows color (decimal): -14263454 or 6445862. OLE color: 6445862.

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

Color convert

RGB389198-
CMYK0.610.0700.62
HSL187º44.12%26.67%-
HSV(B)187º61.22%38.43%-
XYZ6.758.7812.89-
YUV75.95140.44100.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=16.74%
G=40.09%
B=43.17%

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
Decimal3891980.610.0700.6218744.1226.67
Hex265B623D703Ebb2c1b
Octal461331427570762735433
Binary1001101011011110001011110111101111101011101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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