#2766CE

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

Shades of Denim #2766CE

Tints of Denim #2766CE

Color information

#2766CE (or 0x2766CE) is unknown color: approx Denim. HEX triplet: 27, 66 and CE. RGB value is (39,102,206). Sum of RGB (Red+Green+Blue) = 39+102+206=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #2766CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766CE is #D89931. Grayscale: #5E5E5E. Windows color (decimal): -14194994 or 13526567. OLE color: 13526567.

HSL color Cylindrical-coordinate representation of color #2766CE: hue angle of 217.37º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2766CE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB39102206-
CMYK0.810.5000.19
HSL217.37º68.16%48.04%-
HSV(B)217.37º81.07%80.78%-
XYZ16.7314.3960.29-
YUV95.02190.6388.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.24%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 206 (80.86% from 255) = 59.37%
R=11.24%
G=29.39%
B=59.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal391022060.810.5000.19217.3768.1648.04
Hex2766CE5132013d94430
Octal471463161216202333110460
Binary1001111100110110011101010001110010010011110110011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2766CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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