#2460C1

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

Shades of Denim #2460C1

Tints of Denim #2460C1

Color information

#2460C1 (or 0x2460C1) is unknown color: approx Denim. HEX triplet: 24, 60 and C1. RGB value is (36,96,193). Sum of RGB (Red+Green+Blue) = 36+96+193=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #2460C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460C1 is #DB9F3E. Grayscale: #585858. Windows color (decimal): -14393151 or 12673060. OLE color: 12673060.

HSL color Cylindrical-coordinate representation of color #2460C1: hue angle of 217.07º 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 #2460C1 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3696193-
CMYK0.810.5000.24
HSL217.07º68.56%44.9%-
HSV(B)217.07º81.35%75.69%-
XYZ14.5412.5952.12-
YUV89.12186.6290.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 193 (75.78% from 255) = 59.38%
R=11.08%
G=29.54%
B=59.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal36961930.810.5000.24217.0768.5644.9
Hex2460C15132018d9452d
Octal441403011216203033110555
Binary1001001100000110000011010001110010011000110110011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2460C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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