#2666BF

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

Shades of Denim #2666BF

Tints of Denim #2666BF

Color information

#2666BF (or 0x2666BF) is unknown color: approx Denim. HEX triplet: 26, 66 and BF. RGB value is (38,102,191). Sum of RGB (Red+Green+Blue) = 38+102+191=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #2666BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2666BF is #D99940. Grayscale: #5C5C5C. Windows color (decimal): -14260545 or 12543526. OLE color: 12543526.

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

Color convert

RGB38102191-
CMYK0.800.4700.25
HSL214.9º66.81%44.9%-
HSV(B)214.9º80.1%74.9%-
XYZ14.9513.6851.14-
YUV93.01183.388.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 191 (75% from 255) = 57.70%
R=11.48%
G=30.82%
B=57.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381021910.800.4700.25214.966.8144.9
Hex2666BF502F019d7432d
Octal461462771205703132710355
Binary1001101100110101111111010000101111011001110101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2666BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2666BF; }

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

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

<style>
 a { background-color: #2666BF; }

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

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

<style>
 span { border-color: #2666BF; }

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

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