#2864c4

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

Shades of Denim #2864C4

Tints of Denim #2864C4

Color information

#2864C4 (or 0x2864C4) is unknown color: approx Denim. HEX triplet: 28, 64 and C4. RGB value is (40,100,196). Sum of RGB (Red+Green+Blue) = 40+100+196=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #2864C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864C4 is #D79B3B. Grayscale: #5C5C5C. Windows color (decimal): -14129980 or 12870696. OLE color: 12870696.

HSL color Cylindrical-coordinate representation of color #2864C4: hue angle of 216.92º 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 #2864C4 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB40100196-
CMYK0.800.4900.23
HSL216.92º66.1%46.27%-
HSV(B)216.92º79.59%76.86%-
XYZ15.413.5554.03-
YUV93186.1290.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.90%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=11.90%
G=29.76%
B=58.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401001960.800.4900.23216.9266.146.27
Hex2864C45031017d9422e
Octal501443041206102733110256
Binary1010001100100110001001010000110001010111110110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2864c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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