#266DBF

Color #266DBF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #266DBF

Tints of Denim #266DBF

Color information

#266DBF (or 0x266DBF) is unknown color: approx Denim. HEX triplet: 26, 6D and BF. RGB value is (38,109,191). Sum of RGB (Red+Green+Blue) = 38+109+191=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #266DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DBF is #D99240. Grayscale: #606060. Windows color (decimal): -14258753 or 12545318. OLE color: 12545318.

HSL color Cylindrical-coordinate representation of color #266DBF: hue angle of 212.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266DBF is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38109191-
CMYK0.800.4300.25
HSL212.16º66.81%44.9%-
HSV(B)212.16º80.1%74.9%-
XYZ15.6715.1151.38-
YUV97.12180.9885.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 191 (75% from 255) = 56.51%
R=11.24%
G=32.25%
B=56.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381091910.800.4300.25212.1666.8144.9
Hex266DBF502B019d4432d
Octal461552771205303132410355
Binary1001101101101101111111010000101011011001110101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266DBF; }

 p { color: rgb(38,109,191); }

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

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

 a { background-color: rgb(38,109,191); }

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

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

 span { border-color: rgb(38,109,191); }

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