#276BB8

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

Shades of Denim #276BB8

Tints of Denim #276BB8

Color information

#276BB8 (or 0x276BB8) is unknown color: approx Denim. HEX triplet: 27, 6B and B8. RGB value is (39,107,184). Sum of RGB (Red+Green+Blue) = 39+107+184=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #276BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BB8 is #D89447. Grayscale: #5F5F5F. Windows color (decimal): -14193736 or 12086055. OLE color: 12086055.

HSL color Cylindrical-coordinate representation of color #276BB8: hue angle of 211.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276BB8 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB39107184-
CMYK0.790.4200.28
HSL211.86º65.02%43.73%-
HSV(B)211.86º78.8%72.16%-
XYZ14.7514.4147.35-
YUV95.45177.9787.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.82%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 184 (72.27% from 255) = 55.76%
R=11.82%
G=32.42%
B=55.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391071840.790.4200.28211.8665.0243.73
Hex276BB84F2A01Cd4412c
Octal471532701175203432410154
Binary1001111101011101110001001111101010011100110101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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