#2672CB

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

Shades of Denim #2672CB

Tints of Denim #2672CB

Color information

#2672CB (or 0x2672CB) is unknown color: approx Denim. HEX triplet: 26, 72 and CB. RGB value is (38,114,203). Sum of RGB (Red+Green+Blue) = 38+114+203=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #2672CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2672CB is #D98D34. Grayscale: #646464. Windows color (decimal): -14257461 or 13333030. OLE color: 13333030.

HSL color Cylindrical-coordinate representation of color #2672CB: hue angle of 212.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2672CB is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38114203-
CMYK0.810.4400.20
HSL212.36º68.46%47.25%-
HSV(B)212.36º81.28%79.61%-
XYZ17.616.7658.81-
YUV101.42185.3282.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.70%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 57.18%
R=10.70%
G=32.11%
B=57.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381142030.810.4400.20212.3668.4647.25
Hex2672CB512C014d4442f
Octal461623131215402432410457
Binary1001101110010110010111010001101100010100110101001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2672CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2672CB; }

 p { color: rgb(38,114,203); }

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

<style>
 a { background-color: #2672CB; }

 a { background-color: rgb(38,114,203); }

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

<style>
 span { border-color: #2672CB; }

 span { border-color: rgb(38,114,203); }

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