#266BBF

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

Shades of Denim #266BBF

Tints of Denim #266BBF

Color information

#266BBF (or 0x266BBF) is unknown color: approx Denim. HEX triplet: 26, 6B and BF. RGB value is (38,107,191). Sum of RGB (Red+Green+Blue) = 38+107+191=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #266BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BBF is #D99440. Grayscale: #5F5F5F. Windows color (decimal): -14259265 or 12544806. OLE color: 12544806.

HSL color Cylindrical-coordinate representation of color #266BBF: hue angle of 212.94º 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 #266BBF is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38107191-
CMYK0.800.4400.25
HSL212.94º66.81%44.9%-
HSV(B)212.94º80.1%74.9%-
XYZ15.4614.6951.31-
YUV95.94181.6486.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.31%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 191 (75% from 255) = 56.85%
R=11.31%
G=31.85%
B=56.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381071910.800.4400.25212.9466.8144.9
Hex266BBF502C019d5432d
Octal461532771205403132510355
Binary1001101101011101111111010000101100011001110101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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