#2671BA

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

Shades of Denim #2671BA

Tints of Denim #2671BA

Color information

#2671BA (or 0x2671BA) is unknown color: approx Denim. HEX triplet: 26, 71 and BA. RGB value is (38,113,186). Sum of RGB (Red+Green+Blue) = 38+113+186=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #2671BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2671BA is #D98E45. Grayscale: #626262. Windows color (decimal): -14257734 or 12218662. OLE color: 12218662.

HSL color Cylindrical-coordinate representation of color #2671BA: hue angle of 209.59º 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 #2671BA is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38113186-
CMYK0.800.3900.27
HSL209.59º66.07%43.92%-
HSV(B)209.59º79.57%72.94%-
XYZ15.5715.7748.68-
YUV98.9177.1584.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.28%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=11.28%
G=33.53%
B=55.19%

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
Decimal381131860.800.3900.27209.5966.0743.92
Hex2671BA502701Bd2422c
Octal461612721204703332210254
Binary1001101110001101110101010000100111011011110100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2671BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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