#2675BD

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

Shades of Denim #2675BD

Tints of Denim #2675BD

Color information

#2675BD (or 0x2675BD) is unknown color: approx Denim. HEX triplet: 26, 75 and BD. RGB value is (38,117,189). Sum of RGB (Red+Green+Blue) = 38+117+189=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #2675BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2675BD is #D98A42. Grayscale: #656565. Windows color (decimal): -14256707 or 12416294. OLE color: 12416294.

HSL color Cylindrical-coordinate representation of color #2675BD: hue angle of 208.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2675BD is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38117189-
CMYK0.800.3800.26
HSL208.61º66.52%44.51%-
HSV(B)208.61º79.89%74.12%-
XYZ16.3516.8150.53-
YUV101.59177.3382.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=11.05%
G=34.01%
B=54.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381171890.800.3800.26208.6166.5244.51
Hex2675BD502601Ad1432d
Octal461652751204603232110355
Binary1001101110101101111011010000100110011010110100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2675BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2675BD; }

 p { color: rgb(38,117,189); }

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

<style>
 a { background-color: #2675BD; }

 a { background-color: rgb(38,117,189); }

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

<style>
 span { border-color: #2675BD; }

 span { border-color: rgb(38,117,189); }

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