#2567C6

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

Shades of Denim #2567C6

Tints of Denim #2567C6

Color information

#2567C6 (or 0x2567C6) is unknown color: approx Denim. HEX triplet: 25, 67 and C6. RGB value is (37,103,198). Sum of RGB (Red+Green+Blue) = 37+103+198=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #2567C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2567C6 is #DA9839. Grayscale: #5D5D5D. Windows color (decimal): -14325818 or 13002533. OLE color: 13002533.

HSL color Cylindrical-coordinate representation of color #2567C6: hue angle of 215.4º 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 #2567C6 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37103198-
CMYK0.810.4800.22
HSL215.4º68.51%46.08%-
HSV(B)215.4º81.31%77.65%-
XYZ15.8114.1755.33-
YUV94.1186.6387.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 198 (77.73% from 255) = 58.58%
R=10.95%
G=30.47%
B=58.58%

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
Decimal371031980.810.4800.22215.468.5146.08
Hex2567C65130016d7452e
Octal451473061216002632710556
Binary1001011100111110001101010001110000010110110101111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2567C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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