#3277BA

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

Shades of Curious Blue #3277BA

Tints of Curious Blue #3277BA

Color information

#3277BA (or 0x3277BA) is unknown color: approx Curious Blue. HEX triplet: 32, 77 and BA. RGB value is (50,119,186). Sum of RGB (Red+Green+Blue) = 50+119+186=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #3277BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277BA is #CD8845. Grayscale: #696969. Windows color (decimal): -13469766 or 12220210. OLE color: 12220210.

HSL color Cylindrical-coordinate representation of color #3277BA: hue angle of 209.56º 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 #3277BA is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50119186-
CMYK0.730.3600.27
HSL209.56º57.63%46.27%-
HSV(B)209.56º73.12%72.94%-
XYZ16.7817.4248.93-
YUV106.01173.1488.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=14.08%
G=33.52%
B=52.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501191860.730.3600.27209.5657.6346.27
Hex3277BA492401Bd23a2e
Octal62167272111440333227256
Binary110010111011110111010100100110010001101111010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3277BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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