#2669BA

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

Shades of Denim #2669BA

Tints of Denim #2669BA

Color information

#2669BA (or 0x2669BA) is unknown color: approx Denim. HEX triplet: 26, 69 and BA. RGB value is (38,105,186). Sum of RGB (Red+Green+Blue) = 38+105+186=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2669BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669BA is #D99645. Grayscale: #5D5D5D. Windows color (decimal): -14259782 or 12216614. OLE color: 12216614.

HSL color Cylindrical-coordinate representation of color #2669BA: hue angle of 212.84º 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 #2669BA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38105186-
CMYK0.800.4400.27
HSL212.84º66.07%43.92%-
HSV(B)212.84º79.57%72.94%-
XYZ14.7114.0648.39-
YUV94.2179.887.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.55%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=11.55%
G=31.91%
B=56.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381051860.800.4400.27212.8466.0743.92
Hex2669BA502C01Bd5422c
Octal461512721205403332510254
Binary1001101101001101110101010000101100011011110101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2669BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2669BA; }

 p { color: rgb(38,105,186); }

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

<style>
 a { background-color: #2669BA; }

 a { background-color: rgb(38,105,186); }

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

<style>
 span { border-color: #2669BA; }

 span { border-color: rgb(38,105,186); }

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