#3276BB

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

Shades of Curious Blue #3276BB

Tints of Curious Blue #3276BB

Color information

#3276BB (or 0x3276BB) is unknown color: approx Curious Blue. HEX triplet: 32, 76 and BB. RGB value is (50,118,187). Sum of RGB (Red+Green+Blue) = 50+118+187=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3276BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276BB is #CD8944. Grayscale: #696969. Windows color (decimal): -13470021 or 12285490. OLE color: 12285490.

HSL color Cylindrical-coordinate representation of color #3276BB: hue angle of 210.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3276BB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50118187-
CMYK0.730.3700.27
HSL210.22º57.81%46.47%-
HSV(B)210.22º73.26%73.33%-
XYZ16.7617.2249.45-
YUV105.53173.9788.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=14.08%
G=33.24%
B=52.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501181870.730.3700.27210.2257.8146.47
Hex3276BB492501Bd23a2e
Octal62166273111450333227256
Binary110010111011010111011100100110010101101111010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3276BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,118,187); }

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

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

 a { background-color: rgb(50,118,187); }

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

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

 span { border-color: rgb(50,118,187); }

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