#266361

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

Shades of Blue Stone #266361

Tints of Blue Stone #266361

Color information

#266361 (or 0x266361) is unknown color: approx Blue Stone. HEX triplet: 26, 63 and 61. RGB value is (38,99,97). Sum of RGB (Red+Green+Blue) = 38+99+97=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #266361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266361 is #D99C9E. Grayscale: #505050. Windows color (decimal): -14261407 or 6382374. OLE color: 6382374.

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

Color convert

RGB389997-
CMYK0.6200.020.61
HSL178.03º44.53%26.86%-
HSV(B)178.03º61.62%38.82%-
XYZ7.4210.212.89-
YUV80.53137.2997.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=16.24%
G=42.31%
B=41.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899970.6200.020.61178.0344.5326.86
Hex2663613E023Db22d1b
Octal461431417602752625533
Binary100110110001111000011111100101111011011001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266361; }

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

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

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

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

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

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

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

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