#2664C5

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

Shades of Denim #2664C5

Tints of Denim #2664C5

Color information

#2664C5 (or 0x2664C5) is unknown color: approx Denim. HEX triplet: 26, 64 and C5. RGB value is (38,100,197). Sum of RGB (Red+Green+Blue) = 38+100+197=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 197 (77.34% from 255 or 58.81% from 335); Max value from RGB is 197 - color contains mainly: blue. Hex color #2664C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2664C5 is #D99B3A. Grayscale: #5C5C5C. Windows color (decimal): -14261051 or 12936230. OLE color: 12936230.

HSL color Cylindrical-coordinate representation of color #2664C5: hue angle of 216.6º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2664C5 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38100197-
CMYK0.810.4900.23
HSL216.6º67.66%46.08%-
HSV(B)216.6º80.71%77.25%-
XYZ15.4313.5654.63-
YUV92.52186.9689.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.34%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 197 (77.34% from 255) = 58.81%
R=11.34%
G=29.85%
B=58.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381001970.810.4900.23216.667.6646.08
Hex2664C55131017d9442e
Octal461443051216102733110456
Binary1001101100100110001011010001110001010111110110011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2664C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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