#2566BF

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

Shades of Denim #2566BF

Tints of Denim #2566BF

Color information

#2566BF (or 0x2566BF) is unknown color: approx Denim. HEX triplet: 25, 66 and BF. RGB value is (37,102,191). Sum of RGB (Red+Green+Blue) = 37+102+191=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #2566BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566BF is #DA9940. Grayscale: #5C5C5C. Windows color (decimal): -14326081 or 12543525. OLE color: 12543525.

HSL color Cylindrical-coordinate representation of color #2566BF: hue angle of 214.68º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2566BF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB37102191-
CMYK0.810.4700.25
HSL214.68º67.54%44.71%-
HSV(B)214.68º80.63%74.9%-
XYZ14.9213.6651.14-
YUV92.71183.4788.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 191 (75% from 255) = 57.88%
R=11.21%
G=30.91%
B=57.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal371021910.810.4700.25214.6867.5444.71
Hex2566BF512F019d7442d
Octal451462771215703132710455
Binary1001011100110101111111010001101111011001110101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2566BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2566BF; }

 p { color: rgb(37,102,191); }

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

<style>
 a { background-color: #2566BF; }

 a { background-color: rgb(37,102,191); }

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

<style>
 span { border-color: #2566BF; }

 span { border-color: rgb(37,102,191); }

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