#2671c7

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

Shades of Denim #2671C7

Tints of Denim #2671C7

Color information

#2671C7 (or 0x2671C7) is unknown color: approx Denim. HEX triplet: 26, 71 and C7. RGB value is (38,113,199). Sum of RGB (Red+Green+Blue) = 38+113+199=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 199 (78.12% from 255 or 56.86% from 350); Max value from RGB is 199 - color contains mainly: blue. Hex color #2671C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2671C7 is #D98E38. Grayscale: #636363. Windows color (decimal): -14257721 or 13070630. OLE color: 13070630.

HSL color Cylindrical-coordinate representation of color #2671C7: hue angle of 212.05º degrees, saturation: 0.68, 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 #2671C7 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38113199-
CMYK0.810.4300.22
HSL212.05º67.93%46.47%-
HSV(B)212.05º80.9%78.04%-
XYZ17.0116.3556.29-
YUV100.38183.6583.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.86%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 199 (78.12% from 255) = 56.86%
R=10.86%
G=32.29%
B=56.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381131990.810.4300.22212.0567.9346.47
Hex2671C7512B016d4442e
Octal461613071215302632410456
Binary1001101110001110001111010001101011010110110101001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2671c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2671c7; }

 p { color: rgb(38,113,199); }

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

<style>
 a { background-color: #2671c7; }

 a { background-color: rgb(38,113,199); }

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

<style>
 span { border-color: #2671c7; }

 span { border-color: rgb(38,113,199); }

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