#2469BA

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

Shades of Denim #2469BA

Tints of Denim #2469BA

Color information

#2469BA (or 0x2469BA) is unknown color: approx Denim. HEX triplet: 24, 69 and BA. RGB value is (36,105,186). Sum of RGB (Red+Green+Blue) = 36+105+186=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #2469BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469BA is #DB9645. Grayscale: #5D5D5D. Windows color (decimal): -14390854 or 12216612. OLE color: 12216612.

HSL color Cylindrical-coordinate representation of color #2469BA: hue angle of 212.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2469BA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36105186-
CMYK0.810.4400.27
HSL212.4º67.57%43.53%-
HSV(B)212.4º80.65%72.94%-
XYZ14.6414.0248.39-
YUV93.6180.1486.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.01%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=11.01%
G=32.11%
B=56.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361051860.810.4400.27212.467.5743.53
Hex2469BA512C01Bd4442c
Octal441512721215403332410454
Binary1001001101001101110101010001101100011011110101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2469BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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