#2468C1

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

Shades of Denim #2468C1

Tints of Denim #2468C1

Color information

#2468C1 (or 0x2468C1) is unknown color: approx Denim. HEX triplet: 24, 68 and C1. RGB value is (36,104,193). Sum of RGB (Red+Green+Blue) = 36+104+193=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #2468C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2468C1 is #DB973E. Grayscale: #5D5D5D. Windows color (decimal): -14391103 or 12675108. OLE color: 12675108.

HSL color Cylindrical-coordinate representation of color #2468C1: hue angle of 214.01º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2468C1 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB36104193-
CMYK0.810.4600.24
HSL214.01º68.56%44.9%-
HSV(B)214.01º81.35%75.69%-
XYZ15.314.1352.37-
YUV93.81183.9786.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 193 (75.78% from 255) = 57.96%
R=10.81%
G=31.23%
B=57.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal361041930.810.4600.24214.0168.5644.9
Hex2468C1512E018d6452d
Octal441503011215603032610555
Binary1001001101000110000011010001101110011000110101101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2468C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2468C1; }

 p { color: rgb(36,104,193); }

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

<style>
 a { background-color: #2468C1; }

 a { background-color: rgb(36,104,193); }

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

<style>
 span { border-color: #2468C1; }

 span { border-color: rgb(36,104,193); }

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