#2566C6

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

Shades of Denim #2566C6

Tints of Denim #2566C6

Color information

#2566C6 (or 0x2566C6) is unknown color: approx Denim. HEX triplet: 25, 66 and C6. RGB value is (37,102,198). Sum of RGB (Red+Green+Blue) = 37+102+198=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #2566C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566C6 is #DA9939. Grayscale: #5D5D5D. Windows color (decimal): -14326074 or 13002277. OLE color: 13002277.

HSL color Cylindrical-coordinate representation of color #2566C6: hue angle of 215.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2566C6 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37102198-
CMYK0.810.4800.22
HSL215.78º68.51%46.08%-
HSV(B)215.78º81.31%77.65%-
XYZ15.7113.9755.3-
YUV93.51186.9787.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.98%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 198 (77.73% from 255) = 58.75%
R=10.98%
G=30.27%
B=58.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371021980.810.4800.22215.7868.5146.08
Hex2566C65130016d8452e
Octal451463061216002633010556
Binary1001011100110110001101010001110000010110110110001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2566C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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