#266362

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

Shades of Blue Stone #266362

Tints of Blue Stone #266362

Color information

#266362 (or 0x266362) is unknown color: approx Blue Stone. HEX triplet: 26, 63 and 62. RGB value is (38,99,98). Sum of RGB (Red+Green+Blue) = 38+99+98=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #266362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266362 is #D99C9D. Grayscale: #505050. Windows color (decimal): -14261406 or 6447910. OLE color: 6447910.

HSL color Cylindrical-coordinate representation of color #266362: hue angle of 179.02º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266362 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB389998-
CMYK0.6200.010.61
HSL179.02º44.53%26.86%-
HSV(B)179.02º61.62%38.82%-
XYZ7.4710.2213.13-
YUV80.65137.7997.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=16.17%
G=42.13%
B=41.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899980.6200.010.61179.0244.5326.86
Hex2663623E013Db32d1b
Octal461431427601752635533
Binary10011011000111100010111110011111011011001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266362; }

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

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

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

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

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

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

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

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