#2569B4

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

Shades of Denim #2569B4

Tints of Denim #2569B4

Color information

#2569B4 (or 0x2569B4) is unknown color: approx Denim. HEX triplet: 25, 69 and B4. RGB value is (37,105,180). Sum of RGB (Red+Green+Blue) = 37+105+180=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #2569B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2569B4 is #DA964B. Grayscale: #5C5C5C. Windows color (decimal): -14325324 or 11823397. OLE color: 11823397.

HSL color Cylindrical-coordinate representation of color #2569B4: hue angle of 211.47º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2569B4 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37105180-
CMYK0.790.4200.29
HSL211.47º65.9%42.55%-
HSV(B)211.47º79.44%70.59%-
XYZ14.0513.7945.1-
YUV93.22176.9787.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.49%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 180 (70.70% from 255) = 55.90%
R=11.49%
G=32.61%
B=55.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371051800.790.4200.29211.4765.942.55
Hex2569B44F2A01Dd3422b
Octal451512641175203532310253
Binary1001011101001101101001001111101010011101110100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2569B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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