#2670BD

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

Shades of Denim #2670BD

Tints of Denim #2670BD

Color information

#2670BD (or 0x2670BD) is unknown color: approx Denim. HEX triplet: 26, 70 and BD. RGB value is (38,112,189). Sum of RGB (Red+Green+Blue) = 38+112+189=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #2670BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2670BD is #D98F42. Grayscale: #626262. Windows color (decimal): -14257987 or 12415014. OLE color: 12415014.

HSL color Cylindrical-coordinate representation of color #2670BD: hue angle of 210.6º 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 #2670BD is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38112189-
CMYK0.800.4100.26
HSL210.6º66.52%44.51%-
HSV(B)210.6º79.89%74.12%-
XYZ15.7815.6750.34-
YUV98.65178.9884.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=11.21%
G=33.04%
B=55.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381121890.800.4100.26210.666.5244.51
Hex2670BD502901Ad3432d
Octal461602751205103232310355
Binary1001101110000101111011010000101001011010110100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2670BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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