#2766C0

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

Shades of Denim #2766C0

Tints of Denim #2766C0

Color information

#2766C0 (or 0x2766C0) is unknown color: approx Denim. HEX triplet: 27, 66 and C0. RGB value is (39,102,192). Sum of RGB (Red+Green+Blue) = 39+102+192=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #2766C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766C0 is #D8993F. Grayscale: #5D5D5D. Windows color (decimal): -14195008 or 12609063. OLE color: 12609063.

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

Color convert

RGB39102192-
CMYK0.800.4700.25
HSL215.29º66.23%45.29%-
HSV(B)215.29º79.69%75.29%-
XYZ15.113.7451.73-
YUV93.42183.6389.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.71%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 192 (75.39% from 255) = 57.66%
R=11.71%
G=30.63%
B=57.66%

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
Decimal391021920.800.4700.25215.2966.2345.29
Hex2766C0502F019d7422d
Octal471463001205703132710255
Binary1001111100110110000001010000101111011001110101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2766C0; }

 p { color: rgb(39,102,192); }

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

<style>
 a { background-color: #2766C0; }

 a { background-color: rgb(39,102,192); }

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

<style>
 span { border-color: #2766C0; }

 span { border-color: rgb(39,102,192); }

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