#2762BB

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

Shades of Denim #2762BB

Tints of Denim #2762BB

Color information

#2762BB (or 0x2762BB) is unknown color: approx Denim. HEX triplet: 27, 62 and BB. RGB value is (39,98,187). Sum of RGB (Red+Green+Blue) = 39+98+187=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #2762BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2762BB is #D89D44. Grayscale: #5A5A5A. Windows color (decimal): -14196037 or 12280359. OLE color: 12280359.

HSL color Cylindrical-coordinate representation of color #2762BB: hue angle of 216.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2762BB is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3998187-
CMYK0.790.4800.27
HSL216.08º65.49%44.31%-
HSV(B)216.08º79.14%73.33%-
XYZ14.1712.7548.73-
YUV90.5182.4591.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.04%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=12.04%
G=30.25%
B=57.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39981870.790.4800.27216.0865.4944.31
Hex2762BB4F3001Bd8412c
Octal471422731176003333010154
Binary1001111100010101110111001111110000011011110110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2762BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2762BB; }

 p { color: rgb(39,98,187); }

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

<style>
 a { background-color: #2762BB; }

 a { background-color: rgb(39,98,187); }

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

<style>
 span { border-color: #2762BB; }

 span { border-color: rgb(39,98,187); }

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