#2761B1

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

Shades of Denim #2761B1

Tints of Denim #2761B1

Color information

#2761B1 (or 0x2761B1) is unknown color: approx Denim. HEX triplet: 27, 61 and B1. RGB value is (39,97,177). Sum of RGB (Red+Green+Blue) = 39+97+177=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #2761B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2761B1 is #D89E4E. Grayscale: #585858. Windows color (decimal): -14196303 or 11624743. OLE color: 11624743.

HSL color Cylindrical-coordinate representation of color #2761B1: hue angle of 214.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2761B1 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3997177-
CMYK0.780.4500.31
HSL214.78º63.89%42.35%-
HSV(B)214.78º77.97%69.41%-
XYZ13.0512.1643.25-
YUV88.78177.7892.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 177 (69.53% from 255) = 56.55%
R=12.46%
G=30.99%
B=56.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39971770.780.4500.31214.7863.8942.35
Hex2761B14E2D01Fd7402a
Octal471412611165503732710052
Binary1001111100001101100011001110101101011111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2761B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2761B1; }

 p { color: rgb(39,97,177); }

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

<style>
 a { background-color: #2761B1; }

 a { background-color: rgb(39,97,177); }

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

<style>
 span { border-color: #2761B1; }

 span { border-color: rgb(39,97,177); }

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