#2679D3

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

Shades of Denim #2679D3

Tints of Denim #2679D3

Color information

#2679D3 (or 0x2679D3) is unknown color: approx Denim. HEX triplet: 26, 79 and D3. RGB value is (38,121,211). Sum of RGB (Red+Green+Blue) = 38+121+211=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 211 (82.81% from 255 or 57.03% from 370); Max value from RGB is 211 - color contains mainly: blue. Hex color #2679D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679D3 is #D9862C. Grayscale: #6A6A6A. Windows color (decimal): -14255661 or 13859110. OLE color: 13859110.

HSL color Cylindrical-coordinate representation of color #2679D3: hue angle of 211.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2679D3 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB38121211-
CMYK0.820.4300.17
HSL211.21º69.48%48.82%-
HSV(B)211.21º81.99%82.75%-
XYZ19.3918.7964.23-
YUV106.4418779.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.27%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 211 (82.81% from 255) = 57.03%
R=10.27%
G=32.70%
B=57.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal381212110.820.4300.17211.2169.4848.82
Hex2679D3522B011d34531
Octal461713231225302132310561
Binary1001101111001110100111010010101011010001110100111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2679D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2679D3; }

 p { color: rgb(38,121,211); }

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

<style>
 a { background-color: #2679D3; }

 a { background-color: rgb(38,121,211); }

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

<style>
 span { border-color: #2679D3; }

 span { border-color: rgb(38,121,211); }

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