#266CBD

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

Shades of Denim #266CBD

Tints of Denim #266CBD

Color information

#266CBD (or 0x266CBD) is unknown color: approx Denim. HEX triplet: 26, 6C and BD. RGB value is (38,108,189). Sum of RGB (Red+Green+Blue) = 38+108+189=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #266CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CBD is #D99342. Grayscale: #5F5F5F. Windows color (decimal): -14259011 or 12413990. OLE color: 12413990.

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

Color convert

RGB38108189-
CMYK0.800.4300.26
HSL212.19º66.52%44.51%-
HSV(B)212.19º79.89%74.12%-
XYZ15.3514.8150.19-
YUV96.3180.3186.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.34%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=11.34%
G=32.24%
B=56.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381081890.800.4300.26212.1966.5244.51
Hex266CBD502B01Ad4432d
Octal461542751205303232410355
Binary1001101101100101111011010000101011011010110101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,108,189); }

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

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

 a { background-color: rgb(38,108,189); }

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

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

 span { border-color: rgb(38,108,189); }

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