#2569BA

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

Shades of Denim #2569BA

Tints of Denim #2569BA

Color information

#2569BA (or 0x2569BA) is unknown color: approx Denim. HEX triplet: 25, 69 and BA. RGB value is (37,105,186). Sum of RGB (Red+Green+Blue) = 37+105+186=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2569BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2569BA is #DA9645. Grayscale: #5D5D5D. Windows color (decimal): -14325318 or 12216613. OLE color: 12216613.

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

Color convert

RGB37105186-
CMYK0.800.4400.27
HSL212.62º66.82%43.73%-
HSV(B)212.62º80.11%72.94%-
XYZ14.6814.0448.39-
YUV93.9179.9787.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=11.28%
G=32.01%
B=56.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371051860.800.4400.27212.6266.8243.73
Hex2569BA502C01Bd5432c
Octal451512721205403332510354
Binary1001011101001101110101010000101100011011110101011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2569BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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