#2869c3

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

Shades of Denim #2869C3

Tints of Denim #2869C3

Color information

#2869C3 (or 0x2869C3) is unknown color: approx Denim. HEX triplet: 28, 69 and C3. RGB value is (40,105,195). Sum of RGB (Red+Green+Blue) = 40+105+195=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #2869C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2869C3 is #D7963C. Grayscale: #5F5F5F. Windows color (decimal): -14128701 or 12806440. OLE color: 12806440.

HSL color Cylindrical-coordinate representation of color #2869C3: hue angle of 214.84º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2869C3 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40105195-
CMYK0.790.4600.24
HSL214.84º65.96%46.08%-
HSV(B)214.84º79.49%76.47%-
XYZ15.7814.4953.6-
YUV95.82183.9788.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 195 (76.56% from 255) = 57.35%
R=11.76%
G=30.88%
B=57.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401051950.790.4600.24214.8465.9646.08
Hex2869C34F2E018d7422e
Octal501513031175603032710256
Binary1010001101001110000111001111101110011000110101111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2869c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2869c3; }

 p { color: rgb(40,105,195); }

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

<style>
 a { background-color: #2869c3; }

 a { background-color: rgb(40,105,195); }

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

<style>
 span { border-color: #2869c3; }

 span { border-color: rgb(40,105,195); }

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