#2664BF

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

Shades of Denim #2664BF

Tints of Denim #2664BF

Color information

#2664BF (or 0x2664BF) is unknown color: approx Denim. HEX triplet: 26, 64 and BF. RGB value is (38,100,191). Sum of RGB (Red+Green+Blue) = 38+100+191=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #2664BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2664BF is #D99B40. Grayscale: #5B5B5B. Windows color (decimal): -14261057 or 12543014. OLE color: 12543014.

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

Color convert

RGB38100191-
CMYK0.800.4800.25
HSL215.69º66.81%44.9%-
HSV(B)215.69º80.1%74.9%-
XYZ14.7613.2951.08-
YUV91.84183.9689.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.55%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 191 (75% from 255) = 58.05%
R=11.55%
G=30.40%
B=58.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381001910.800.4800.25215.6966.8144.9
Hex2664BF5030019d8432d
Octal461442771206003133010355
Binary1001101100100101111111010000110000011001110110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2664BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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