#2469C1

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

Shades of Denim #2469C1

Tints of Denim #2469C1

Color information

#2469C1 (or 0x2469C1) is unknown color: approx Denim. HEX triplet: 24, 69 and C1. RGB value is (36,105,193). Sum of RGB (Red+Green+Blue) = 36+105+193=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #2469C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469C1 is #DB963E. Grayscale: #5D5D5D. Windows color (decimal): -14390847 or 12675364. OLE color: 12675364.

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

Color convert

RGB36105193-
CMYK0.810.4600.24
HSL213.63º68.56%44.9%-
HSV(B)213.63º81.35%75.69%-
XYZ15.414.3352.41-
YUV94.4183.6486.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.78%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=10.78%
G=31.44%
B=57.78%

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
Decimal361051930.810.4600.24213.6368.5644.9
Hex2469C1512E018d6452d
Octal441513011215603032610555
Binary1001001101001110000011010001101110011000110101101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2469C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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