#266DBA

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

Shades of Denim #266DBA

Tints of Denim #266DBA

Color information

#266DBA (or 0x266DBA) is unknown color: approx Denim. HEX triplet: 26, 6D and BA. RGB value is (38,109,186). Sum of RGB (Red+Green+Blue) = 38+109+186=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #266DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DBA is #D99245. Grayscale: #606060. Windows color (decimal): -14258758 or 12217638. OLE color: 12217638.

HSL color Cylindrical-coordinate representation of color #266DBA: hue angle of 211.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266DBA is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38109186-
CMYK0.800.4100.27
HSL211.22º66.07%43.92%-
HSV(B)211.22º79.57%72.94%-
XYZ15.1314.8948.53-
YUV96.55178.4886.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.41%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=11.41%
G=32.73%
B=55.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381091860.800.4100.27211.2266.0743.92
Hex266DBA502901Bd3422c
Octal461552721205103332310254
Binary1001101101101101110101010000101001011011110100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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