#2667CC

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

Shades of Denim #2667CC

Tints of Denim #2667CC

Color information

#2667CC (or 0x2667CC) is unknown color: approx Denim. HEX triplet: 26, 67 and CC. RGB value is (38,103,204). Sum of RGB (Red+Green+Blue) = 38+103+204=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #2667CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2667CC is #D99833. Grayscale: #5E5E5E. Windows color (decimal): -14260276 or 13395750. OLE color: 13395750.

HSL color Cylindrical-coordinate representation of color #2667CC: hue angle of 216.51º degrees, saturation: 0.69, 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 #2667CC is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB38103204-
CMYK0.810.5000.2
HSL216.51º68.6%47.45%-
HSV(B)216.51º81.37%80%-
XYZ16.5514.4759.05-
YUV95.08189.4787.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=11.01%
G=29.86%
B=59.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal381032040.810.5000.2216.5168.647.45
Hex2667CC5132014d9452f
Octal461473141216202433110557
Binary1001101100111110011001010001110010010100110110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2667CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2667CC; }

 p { color: rgb(38,103,204); }

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

<style>
 a { background-color: #2667CC; }

 a { background-color: rgb(38,103,204); }

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

<style>
 span { border-color: #2667CC; }

 span { border-color: rgb(38,103,204); }

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