#2674BF

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

Shades of Denim #2674BF

Tints of Denim #2674BF

Color information

#2674BF (or 0x2674BF) is unknown color: approx Denim. HEX triplet: 26, 74 and BF. RGB value is (38,116,191). Sum of RGB (Red+Green+Blue) = 38+116+191=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #2674BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2674BF is #D98B40. Grayscale: #646464. Windows color (decimal): -14256961 or 12547110. OLE color: 12547110.

HSL color Cylindrical-coordinate representation of color #2674BF: hue angle of 209.41º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2674BF is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38116191-
CMYK0.800.3900.25
HSL209.41º66.81%44.9%-
HSV(B)209.41º80.1%74.9%-
XYZ16.4516.6651.64-
YUV101.23178.6682.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 191 (75% from 255) = 55.36%
R=11.01%
G=33.62%
B=55.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381161910.800.3900.25209.4166.8144.9
Hex2674BF5027019d1432d
Octal461642771204703132110355
Binary1001101110100101111111010000100111011001110100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2674BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2674BF; }

 p { color: rgb(38,116,191); }

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

<style>
 a { background-color: #2674BF; }

 a { background-color: rgb(38,116,191); }

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

<style>
 span { border-color: #2674BF; }

 span { border-color: rgb(38,116,191); }

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