#2672BA

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

Shades of Denim #2672BA

Tints of Denim #2672BA

Color information

#2672BA (or 0x2672BA) is unknown color: approx Denim. HEX triplet: 26, 72 and BA. RGB value is (38,114,186). Sum of RGB (Red+Green+Blue) = 38+114+186=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2672BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2672BA is #D98D45. Grayscale: #636363. Windows color (decimal): -14257478 or 12218918. OLE color: 12218918.

HSL color Cylindrical-coordinate representation of color #2672BA: hue angle of 209.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2672BA is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38114186-
CMYK0.800.3900.27
HSL209.19º66.07%43.92%-
HSV(B)209.19º79.57%72.94%-
XYZ15.6815.9948.71-
YUV99.48176.8284.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=11.24%
G=33.73%
B=55.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381141860.800.3900.27209.1966.0743.92
Hex2672BA502701Bd1422c
Octal461622721204703332110254
Binary1001101110010101110101010000100111011011110100011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2672BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2672BA; }

 p { color: rgb(38,114,186); }

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

<style>
 a { background-color: #2672BA; }

 a { background-color: rgb(38,114,186); }

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

<style>
 span { border-color: #2672BA; }

 span { border-color: rgb(38,114,186); }

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