#276bb4

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

Shades of Denim #276BB4

Tints of Denim #276BB4

Color information

#276BB4 (or 0x276BB4) is unknown color: approx Denim. HEX triplet: 27, 6B and B4. RGB value is (39,107,180). Sum of RGB (Red+Green+Blue) = 39+107+180=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #276BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BB4 is #D8944B. Grayscale: #5E5E5E. Windows color (decimal): -14193740 or 11823911. OLE color: 11823911.

HSL color Cylindrical-coordinate representation of color #276BB4: hue angle of 211.06º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276BB4 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39107180-
CMYK0.780.4100.29
HSL211.06º64.38%42.94%-
HSV(B)211.06º78.33%70.59%-
XYZ14.3314.2445.17-
YUV94.99175.9788.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.96%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=11.96%
G=32.82%
B=55.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391071800.780.4100.29211.0664.3842.94
Hex276BB44E2901Dd3402b
Octal471532641165103532310053
Binary1001111101011101101001001110101001011101110100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276bb4; }

 p { color: rgb(39,107,180); }

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

<style>
 a { background-color: #276bb4; }

 a { background-color: rgb(39,107,180); }

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

<style>
 span { border-color: #276bb4; }

 span { border-color: rgb(39,107,180); }

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