#3277BF

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

Shades of Curious Blue #3277BF

Tints of Curious Blue #3277BF

Color information

#3277BF (or 0x3277BF) is unknown color: approx Curious Blue. HEX triplet: 32, 77 and BF. RGB value is (50,119,191). Sum of RGB (Red+Green+Blue) = 50+119+191=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #3277BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277BF is #CD8840. Grayscale: #6A6A6A. Windows color (decimal): -13469761 or 12547890. OLE color: 12547890.

HSL color Cylindrical-coordinate representation of color #3277BF: hue angle of 210.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3277BF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50119191-
CMYK0.740.3800.25
HSL210.64º58.51%47.25%-
HSV(B)210.64º73.82%74.9%-
XYZ17.3217.6351.78-
YUV106.58175.6487.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 191 (75% from 255) = 53.06%
R=13.89%
G=33.06%
B=53.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501191910.740.3800.25210.6458.5147.25
Hex3277BF4A26019d33b2f
Octal62167277112460313237357
Binary110010111011110111111100101010011001100111010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3277BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3277BF; }

 p { color: rgb(50,119,191); }

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

<style>
 a { background-color: #3277BF; }

 a { background-color: rgb(50,119,191); }

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

<style>
 span { border-color: #3277BF; }

 span { border-color: rgb(50,119,191); }

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