#2867c4

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

Shades of Denim #2867C4

Tints of Denim #2867C4

Color information

#2867C4 (or 0x2867C4) is unknown color: approx Denim. HEX triplet: 28, 67 and C4. RGB value is (40,103,196). Sum of RGB (Red+Green+Blue) = 40+103+196=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #2867C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867C4 is #D7983B. Grayscale: #5E5E5E. Windows color (decimal): -14129212 or 12871464. OLE color: 12871464.

HSL color Cylindrical-coordinate representation of color #2867C4: hue angle of 215.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2867C4 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB40103196-
CMYK0.800.4700.23
HSL215.77º66.1%46.27%-
HSV(B)215.77º79.59%76.86%-
XYZ15.6914.1454.13-
YUV94.76185.1388.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.80%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 196 (76.95% from 255) = 57.82%
R=11.80%
G=30.38%
B=57.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401031960.800.4700.23215.7766.146.27
Hex2867C4502F017d8422e
Octal501473041205702733010256
Binary1010001100111110001001010000101111010111110110001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2867c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2867c4; }

 p { color: rgb(40,103,196); }

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

<style>
 a { background-color: #2867c4; }

 a { background-color: rgb(40,103,196); }

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

<style>
 span { border-color: #2867c4; }

 span { border-color: rgb(40,103,196); }

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