#2667BB

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

Shades of Denim #2667BB

Tints of Denim #2667BB

Color information

#2667BB (or 0x2667BB) is unknown color: approx Denim. HEX triplet: 26, 67 and BB. RGB value is (38,103,187). Sum of RGB (Red+Green+Blue) = 38+103+187=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #2667BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2667BB is #D99844. Grayscale: #5C5C5C. Windows color (decimal): -14260293 or 12281638. OLE color: 12281638.

HSL color Cylindrical-coordinate representation of color #2667BB: hue angle of 213.83º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2667BB is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38103187-
CMYK0.800.4500.27
HSL213.83º66.22%44.12%-
HSV(B)213.83º79.68%73.33%-
XYZ14.6213.748.89-
YUV93.14180.9788.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.59%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 187 (73.44% from 255) = 57.01%
R=11.59%
G=31.40%
B=57.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381031870.800.4500.27213.8366.2244.12
Hex2667BB502D01Bd6422c
Octal461472731205503332610254
Binary1001101100111101110111010000101101011011110101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2667BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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