#266DBD

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

Shades of Denim #266DBD

Tints of Denim #266DBD

Color information

#266DBD (or 0x266DBD) is unknown color: approx Denim. HEX triplet: 26, 6D and BD. RGB value is (38,109,189). Sum of RGB (Red+Green+Blue) = 38+109+189=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #266DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DBD is #D99242. Grayscale: #606060. Windows color (decimal): -14258755 or 12414246. OLE color: 12414246.

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

Color convert

RGB38109189-
CMYK0.800.4200.26
HSL211.79º66.52%44.51%-
HSV(B)211.79º79.89%74.12%-
XYZ15.4515.0250.23-
YUV96.89179.9886-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.31%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=11.31%
G=32.44%
B=56.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381091890.800.4200.26211.7966.5244.51
Hex266DBD502A01Ad4432d
Octal461552751205203232410355
Binary1001101101101101111011010000101010011010110101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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