#266260

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

Shades of Blue Stone #266260

Tints of Blue Stone #266260

Color information

#266260 (or 0x266260) is unknown color: approx Blue Stone. HEX triplet: 26, 62 and 60. RGB value is (38,98,96). Sum of RGB (Red+Green+Blue) = 38+98+96=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #266260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266260 is #D99D9F. Grayscale: #4F4F4F. Windows color (decimal): -14261664 or 6316582. OLE color: 6316582.

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

Color convert

RGB389896-
CMYK0.6100.020.62
HSL178º44.12%26.67%-
HSV(B)178º61.22%38.43%-
XYZ7.289.9912.61-
YUV79.83137.1298.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=16.38%
G=42.24%
B=41.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898960.6100.020.6217844.1226.67
Hex2662603D023Eb22c1b
Octal461421407502762625433
Binary100110110001011000001111010101111101011001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266260; }

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

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

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

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

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

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

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

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