#2768C0

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

Shades of Denim #2768C0

Tints of Denim #2768C0

Color information

#2768C0 (or 0x2768C0) is unknown color: approx Denim. HEX triplet: 27, 68 and C0. RGB value is (39,104,192). Sum of RGB (Red+Green+Blue) = 39+104+192=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #2768C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2768C0 is #D8973F. Grayscale: #5E5E5E. Windows color (decimal): -14194496 or 12609575. OLE color: 12609575.

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

Color convert

RGB39104192-
CMYK0.800.4600.25
HSL214.51º66.23%45.29%-
HSV(B)214.51º79.69%75.29%-
XYZ15.314.1451.79-
YUV94.6182.9788.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.64%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 192 (75.39% from 255) = 57.31%
R=11.64%
G=31.04%
B=57.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391041920.800.4600.25214.5166.2345.29
Hex2768C0502E019d7422d
Octal471503001205603132710255
Binary1001111101000110000001010000101110011001110101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2768C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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