#2768BC

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

Shades of Denim #2768BC

Tints of Denim #2768BC

Color information

#2768BC (or 0x2768BC) is unknown color: approx Denim. HEX triplet: 27, 68 and BC. RGB value is (39,104,188). Sum of RGB (Red+Green+Blue) = 39+104+188=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #2768BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2768BC is #D89743. Grayscale: #5D5D5D. Windows color (decimal): -14194500 or 12347431. OLE color: 12347431.

HSL color Cylindrical-coordinate representation of color #2768BC: hue angle of 213.83º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2768BC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39104188-
CMYK0.790.4500.26
HSL213.83º65.64%44.51%-
HSV(B)213.83º79.26%73.73%-
XYZ14.8613.9649.49-
YUV94.14180.9788.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.78%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=11.78%
G=31.42%
B=56.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391041880.790.4500.26213.8365.6444.51
Hex2768BC4F2D01Ad6422d
Octal471502741175503232610255
Binary1001111101000101111001001111101101011010110101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2768BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2768BC; }

 p { color: rgb(39,104,188); }

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

<style>
 a { background-color: #2768BC; }

 a { background-color: rgb(39,104,188); }

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

<style>
 span { border-color: #2768BC; }

 span { border-color: rgb(39,104,188); }

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