#266369

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

Shades of Blue Stone #266369

Tints of Blue Stone #266369

Color information

#266369 (or 0x266369) is unknown color: approx Blue Stone. HEX triplet: 26, 63 and 69. RGB value is (38,99,105). Sum of RGB (Red+Green+Blue) = 38+99+105=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #266369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266369 is #D99C96. Grayscale: #515151. Windows color (decimal): -14261399 or 6906662. OLE color: 6906662.

HSL color Cylindrical-coordinate representation of color #266369: hue angle of 185.37º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266369 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3899105-
CMYK0.640.0600.59
HSL185.37º46.85%28.04%-
HSV(B)185.37º63.81%41.18%-
XYZ7.8110.3614.95-
YUV81.44141.2997.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=15.70%
G=40.91%
B=43.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38991050.640.0600.59185.3746.8528.04
Hex26636940603Bb92f1c
Octal4614315110060732715734
Binary10011011000111101001100000011001110111011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266369; }

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

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

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

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

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

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

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

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