#2671BC

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

Shades of Denim #2671BC

Tints of Denim #2671BC

Color information

#2671BC (or 0x2671BC) is unknown color: approx Denim. HEX triplet: 26, 71 and BC. RGB value is (38,113,188). Sum of RGB (Red+Green+Blue) = 38+113+188=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #2671BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2671BC is #D98E43. Grayscale: #626262. Windows color (decimal): -14257732 or 12349734. OLE color: 12349734.

HSL color Cylindrical-coordinate representation of color #2671BC: hue angle of 210º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2671BC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38113188-
CMYK0.800.4000.26
HSL210º66.37%44.31%-
HSV(B)210º79.79%73.73%-
XYZ15.7815.8549.81-
YUV99.12178.1584.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=11.21%
G=33.33%
B=55.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381131880.800.4000.2621066.3744.31
Hex2671BC502801Ad2422c
Octal461612741205003232210254
Binary1001101110001101111001010000101000011010110100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2671BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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