#2769BE

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

Shades of Denim #2769BE

Tints of Denim #2769BE

Color information

#2769BE (or 0x2769BE) is unknown color: approx Denim. HEX triplet: 27, 69 and BE. RGB value is (39,105,190). Sum of RGB (Red+Green+Blue) = 39+105+190=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #2769BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769BE is #D89641. Grayscale: #5E5E5E. Windows color (decimal): -14194242 or 12478759. OLE color: 12478759.

HSL color Cylindrical-coordinate representation of color #2769BE: hue angle of 213.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2769BE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB39105190-
CMYK0.790.4500.25
HSL213.77º65.94%44.9%-
HSV(B)213.77º79.47%74.51%-
XYZ15.1814.2550.67-
YUV94.96181.6388.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.68%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=11.68%
G=31.44%
B=56.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391051900.790.4500.25213.7765.9444.9
Hex2769BE4F2D019d6422d
Octal471512761175503132610255
Binary1001111101001101111101001111101101011001110101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2769BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2769BE; }

 p { color: rgb(39,105,190); }

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

<style>
 a { background-color: #2769BE; }

 a { background-color: rgb(39,105,190); }

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

<style>
 span { border-color: #2769BE; }

 span { border-color: rgb(39,105,190); }

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