#2865c7

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

Shades of Denim #2865C7

Tints of Denim #2865C7

Color information

#2865C7 (or 0x2865C7) is unknown color: approx Denim. HEX triplet: 28, 65 and C7. RGB value is (40,101,199). Sum of RGB (Red+Green+Blue) = 40+101+199=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #2865C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865C7 is #D79A38. Grayscale: #5D5D5D. Windows color (decimal): -14129721 or 13067560. OLE color: 13067560.

HSL color Cylindrical-coordinate representation of color #2865C7: hue angle of 216.98º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2865C7 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB40101199-
CMYK0.800.4900.22
HSL216.98º66.53%46.86%-
HSV(B)216.98º79.9%78.04%-
XYZ15.8413.8855.88-
YUV93.93187.2989.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 199 (78.12% from 255) = 58.53%
R=11.76%
G=29.71%
B=58.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401011990.800.4900.22216.9866.5346.86
Hex2865C75031016d9432f
Octal501453071206102633110357
Binary1010001100101110001111010000110001010110110110011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2865c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2865c7; }

 p { color: rgb(40,101,199); }

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

<style>
 a { background-color: #2865c7; }

 a { background-color: rgb(40,101,199); }

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

<style>
 span { border-color: #2865c7; }

 span { border-color: rgb(40,101,199); }

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